インターネットから直接ソースコードをコピーしてみましたが、以下のエラーのため、ファイル全体をビルド/デバッグできませんでした。
助けてください
Error occurred while restoring NuGet packages: System.ArgumentException: The path is not of a legal form. at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength,Boolean expandShortPaths)
at System.IO.Path.GetDirectoryName(String path)
at NuGet.VisualStudio.VsUtility.GetNuGetSolutionFolder(Solution solution)
at NuGet.VsEvents.PackageRestorer.UsingOldPackageRestore(Solution solution)
at NuGet.VsEvents.PackageRestorer.BuildEvents_OnBuildBegin(vsBuildScope Scope, vsBuildAction Action).
1>------ Build started: Project: LaserRange, Configuration: Debug Win32 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(369,5): error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library. See http://go.Microsoft.com/fwlink/p/?LinkId=286820 for more information.
==========ビルド:0成功、1失敗、0最新、0スキップ==========}
ソリューションを右クリックし、プロパティに移動して、代わりにUnicodeを使用するようにプロジェクトプロパティを設定します。
Question:どこで「プロジェクトのプロパティをUnicodeに変更?
回答:
C++の場合
プロジェクトを右クリックして、プロパティを選択します(またはAlt-Enter)プロパティページが開きます
構成プロパティ
一般
[-] プロジェクトのデフォルト
**Character Set** : Use Multi-Byte Character Set
- への変更 -
**Character Set** : Use Unicode Character Set
それを見つけるためにお尻の痛み。
mFC MBCSをインストールする必要がありますDLLアドオンエラーで述べたように、以下のリンクを参照してください http://msdn.Microsoft.com/library/dn251007.aspx =
Visual Studioでソリューションをビルドしているときに同じ問題が発生し、コンポーネントの下にインストールすると解決しました: