I have a couple of VS 2008 projects (C ++) that are linked every time I run the build, although nothing has changed. that is, I select "Build Solution", it compiles and links, I again select "Build Solution", it does not compile, and the links again.
This is pretty annoying, and I checked everything that could lead to its re-binding. Is there a way to find out why Visual Studio performs or skips certain build steps?
Any input is appreciated!
source
share