造成该问题的原因是所用VS版本平台集不一致导致,更改为本机所用VS平台版本集即可; 3. 解决方案: 将"项目——属性——配置属性——常规——平台工具集” 选项更改为你所用的VS版本平台集的选项即可,如我这里用的是VS2013,便将其更改为v120的,v140应为VS2015/2017版本的平台工具集;如下图所示: OK搞定!
This is the error I'm getting when trying to debug my program written in c++. error MSB8020: The builds tools for v140 (Platform Toolset = 'v140') cannot be found.Any solutions to fix this?All replies (3)Sunday, February 5, 2017 1:30 PM...
thanks for posting here. >>This is the error I'm getting when trying to debug my program written in c++. error MSB8020: The builds tools for v140 (Platform Toolset = 'v140') cannot be found.Any solutions to fix this? ...
错误1 error MSB8020: The build tools for v140 (Platform Toolset = 'v140') c ———解决方案 https://blog.csdn.net/qq_41969790/article/details/86479186 lizhigang 粉丝-43关注 -49 +加关注
解决方法:vs2013无法启动exe程序 Error 1 error MSB8020: The build tools for v140 (Platform Toolset = 'v140'),Error1errorMSB8020:Thebuildtoolsforv140(PlatformToolset='v140')解
错误1 error MSB8020: The build tools for Visual Studio2012 (Platform Toolset = 'v110') cannot be found. To build usingthe v110 build tools, please install Visual Studio 2012 buildtools. Alternatively, you may upgrade to thecurrent Visual Studio tools by selecting the Project menu orright-cl...
error MSB8020: 无法找到 v142 的生成工具(平台工具集 =“v142”)。若要使用 v142 生成工具进行生成,请安装 v142 生成工具。,程序员大本营,技术文章内容聚合第一站。
1. 问题描述: 提示如下错误:error MSB8020: The builds tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v140 to build using the...
Error MSB3073 The command ""E:\Code\EMR\ExecuteProcess\.\Release\ExecuteProcess.exe" /RegServer echo regsvr32 exec. time > ".\Release\regsvr32.trg" echo Server registration done! error MSB8020: The builds tools for v140 (Platform Toolset = 'v140') cannot be found error Please use the /...