VS2010 always thinks project is out of date but nothing has changed
- by Christoph Ungersböck
I have a very simmilar problem as described here.
I also upgraded a mixed solution of C++/CLI and C# projects from VS2008 to VS2010. And one C++/CLI project always runs out of date. Even if it has been compiled and linked just before and F5 is hit the messagebox "The project is out of date. Would you like to build it?" appears.
My pdb settings are set to default value (suggested solution of this problem).
Any ideas?