LINK : fatal error LNK1104: cannot open file的解决方法

结果是编译时通过了,但连接(F7)时却显示:

LINK : fatal error LNK1104: cannot open file“Debug/1.exe”

==============

上一次运行1.exe没有结束,所以出现这个错误

先把正在运行的1.exe进程关闭,再编译。

原文地址:https://www.cnblogs.com/wjq13752525588/p/11584334.html