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

VS2012 Qt项目生成提示以下错误:

image

原因是 generated files 的 debug或release文件夹下的文件不存在。

解决方法:QT5 –>convert project to Qt Add-in project,点击“是”。

image

原文地址:https://www.cnblogs.com/VVingerfly/p/5456320.html