Reputation: 39
I was working on a project in C++ and when i tried build it on relase mode it gives me that error:
Error 1 error LNK1104: cannot open file 'c:\users\xxx\documents\visual studio 2012\Projects\Project2\Release\Project2.exe' c:\Users\xxx\documents\visual studio 2012\Projects\Project2\Project2\LINK Project2
Upvotes: 1
Views: 3354
Reputation: 22019
I solved this by doing the following:
Thus the problem will go forever. Build and debug your c++ projects without any disturbance.
Upvotes: 2