This question already has an answer here:
What do I need to install for C++ project / VS 2013 on TeamCity server or Team Foundation Build Service?

(1个答案)


已关闭6年。




我已经下载了一个c++项目。我打开了.sln文件,并尝试构建该项目。我收到以下错误:
error MSB8008: Specified platform toolset (v120) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected.
我已经检查过平台工具集是否设置为v120。这里有什么问题?

最佳答案

可以将项目的平台工具集更改为v100(因为已经安装了VS2010),或者安装VS2013以便使用v120

关于c++ - 错误MSB8008 : Specified platform toolset (v120) is not installed or invalid [duplicate],我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/26100989/

10-11 18:50