我最近开始使用 Visual Studio 2010。我遇到以下问题:我的项目无法构建。我收到此错误:
C:\...\visual studio 2010\Projects\String2\String2\String2.vcxproj : error MSB4014: The build stopped unexpectedly because of an internal failure.
C:\...\visual studio 2010\Projects\String2\String2\String2.vcxproj : error MSB4014: Microsoft.Build.Exceptions.BuildAbortedException: Build was canceled. MSBuild.exe could not be launched as a child node as it could not be found at the location "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe". If necessary, specify the correct location in the BuildParameters, or with the MSBUILD_EXE_PATH environment variable.
我检查了有问题的目录,确实可以在那里找到 MSbuild.exe。环境变量 MSBUILD_EXE_PATH 中的路径设置为正确的路径。该项目仍然无法建立。有时我可以将环境变量更改为最后包含“/msbuild.exe”,这样就可以了。有时它不会。每次我重新启动计算机时,问题都会再次出现。