When I want run my code (c++), I get 'This project is out of date.' Do you know, what I should be done for avoid from it? Thank's.
Asked
Active
Viewed 3,778 times
0
-
In visual studio 2015/17 – ma13 Dec 29 '16 at 14:50
-
1Rebuild all, perhaps?.. – Sergey Kalinichenko Dec 29 '16 at 14:50
-
Rebuild all, and check for files that have a corrupted date (in the future). – Sven Nilsson Dec 29 '16 at 14:52
1 Answers
1
In most cases, it happens due to modification time files and project files. clean your project. delete any auto generated files and re build the project. It will fix it.

Vikash Kesarwani
- 850
- 5
- 14