VS2015 编译QT项目出现error MSB6006: “cmd.exe”已退出,代码为 3。

利用vs2015和qt5.7,在编译例子时发生如下错误:

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(172,5): error MSB6006: “cmd.exe”已退出,代码为 3。

图片如下:

VS2015 error MSB6006: “cmd.exe”已退出 代码为 3

解决办法如下:

VS2015 error MSB6006: “cmd.exe”已退出 代码为 3

右键点击项目,选择“Convert project to Qt Add-in project”即可;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2021-10-09
  • 2021-04-28
  • 2021-11-18
  • 2021-06-06
  • 2022-01-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-07-31
  • 2021-08-03
相关资源
相似解决方案