小编use*_*892的帖子

Visual Studio无法识别我的MFC库以获取我的网络摄像头激光测距仪代码

我尝试直接从互联网上复制源代码,因为下面发现的错误,我无法构建/调试整个文件.

请帮忙

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 …
Run Code Online (Sandbox Code Playgroud)

c++ mfc visual-studio

13
推荐指数
3
解决办法
4万
查看次数

标签 统计

c++ ×1

mfc ×1

visual-studio ×1