In one solution, I have two VC ++ projects. Project A has linker inputs, which are .obj files compiled by project B.
Visual Studio (2008) always informs me that the project is "outdated", and offers me to ask if I want to rebuild it, every time I want to run / debug / build / etc. Even immediately after creating the whole solution: I make a successful complete assembly, and then click "Create" again, and he wants to redirect project A.
How can I prevent this? Does anyone understand what is going on here?
source
share