错误MSB8020:平台工具集设置为V140,但错误表示无法找到V110

时间:2016-04-11 21:21:29

标签: c++ visual-studio visual-c++ compiler-errors visual-studio-2015

当我右键单击项目并转到设置时,我可以清楚地看到Platform Toolset已设置为Visual Studio 2015(v140)。但是,当我去编译项目时,错误说

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(54,5): error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools.  Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".

我尝试过做推荐和“重新定位解决方案”,但这没有任何作用。

如果我打开引用.targets文件,我看不到对V140的引用。我尝试将V110的所有引用(作为实验)更改为V140,但是当我重新编译时,它只是将它们全部更改回V110并生成相同的错误。

关于如何阻止VS在定位V140时阻止VS定位的任何想法?

1 个答案:

答案 0 :(得分:1)

问题在于我的项目引用的项目未包含在解决方案中。诊断输出的详细程度帮助我找到了它。