相关疑难解决方法(0)

无法找到v120(Platform Toolset ='v120')的构建工具

在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)

msbuild visual-studio

102
推荐指数
6
解决办法
24万
查看次数

Microsoft Build Tools 2013缺少v120目录

我们已经安装了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的版本吗?

c++ msbuild visual-studio-2013

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

如何从 Windows 7 计算机在 Visual Studio 2015 上安装和使用构建工具 v120 (2013)?

我需要构建几个需要 v120 构建工具的 C++ 项目(最初使用 VS 2013 开发)。我只能使用 VS2015(由于许可和其他公司手续,我无法安装 VS2013)。

根据多个类似的问题,例如这个问题这个问题,我唯一的选择似乎是:

  • 安装 VS2013 - (不可能)
  • 使用 VS2015 安装程序安装Windows 8.1 和 Windows Phone 8.0/8.1 - 也不可能,因为我使用的计算机运行的是 Windows 7 和Windows 8.1,而 Windows Phone 8.0/8.1没有出现在安装程序中。
  • 重新定位项目以使用 v140 进行构建 - 再次不可能,因为这将有效地使我的同事无法使用这些项目。

是否没有任何独立的安装程序可用于安装这些构建工具,或者我可以尝试的任何其他选项?

msbuild visual-studio

6
推荐指数
1
解决办法
7349
查看次数

标签 统计

msbuild ×3

visual-studio ×2

c++ ×1

visual-studio-2013 ×1