将在VS2017上编译的程序放到VS2013中,报错:

error MSB8020: The build tools for v141 (Platform Toolset = 'v141') cannot be found. To build using the v141 build tools, please install v141 build tools.

这是由于平台工具集不符合导致的,V141是VS2015的平台工具集,VS2013没有这个工具集,因此改为V120即可。

项目-》属性-》配置属性-》常规-》平台工具集

解决VS平台迁移时报错error MSB8020:The build tools for v141

 

相关文章:

  • 2021-11-13
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2022-01-09
  • 2022-12-23
  • 2022-01-06
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-04-09
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案