标签: c++ debugging visual-studio-2015
我已经下载了visual studio 2015并尝试制作一个新的可视化C ++控制台项目,但我一直收到一个错误: Error image:
我已经尝试在Google上搜索很多地方并尝试过他们的解决方案来解决这个问题,但没有一个能帮助我解决这个问题。
答案 0 :(得分:0)
错误消息的许多可能原因:
(1)请先清理并构建解决方案,然后检查输出窗口,确保项目编译正确。再次调试。
(2)请检查输出路径。
我遇到了类似的错误消息并提供了一些可能的原因:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/bc66d816-9a08-4471-8138-037ad2b0ffe6/unable-to-start-program-the-system-could-not-find-the-file-specified?forum=vsdebug
你可以参考它。