LINK : fatal error LNK1104: cannot open file "Debug/test.exe"

问题:
运行VC时总出现
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/zw.exe"
Error executing link.exe.

zw.exe - 1 error(s), 0 warning(s)
我的是win7系统
在C:/Program Files/Microsoft Visual Studio/COMMON/MSDev98/Bin下也找不到Debug文件夹。
不想重装了,装了很多次了。
解决方法:将工程存到自己的文件当中,而不是默认文件夹里面。原因暂时不知,但能够解决问题

你可能感兴趣的:(c,File)