C++: LINK : debug\XXXXX.exe not found or not built by the last incremental link; performing full lin
- by shoosh
Using visual studio 2008 SP1,
This line:
LINK : debug\XXXXX.exe not found or not built by the last incremental link; performing full link
appears every single time I compile the project, no matter how small a change I make.
What could be the reasons for that?