在Windows 8 x64上使用visual studio 2012,这是因为msbuild被移入.net但我还没有看到如何修复它.
4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to build using the v120 build tools.
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5):
error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the …Run Code Online (Sandbox Code Playgroud) 我们已经安装了Microsoft Build Tools 2013,来自http://www.microsoft.com/en-us/download/details.aspx?id=40760,但安装后没有C:\ Program Files(x86)\MSBuild\Microsoft.Cpp\v4.0\V120目录已创建,因此无法找到所需的目标文件.
我们真的需要为要创建的目标/道具文件安装VS2013的版本吗?
我需要构建几个需要 v120 构建工具的 C++ 项目(最初使用 VS 2013 开发)。我只能使用 VS2015(由于许可和其他公司手续,我无法安装 VS2013)。
根据多个类似的问题,例如这个问题或这个问题,我唯一的选择似乎是:
是否没有任何独立的安装程序可用于安装这些构建工具,或者我可以尝试的任何其他选项?