0

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.

ma13
  • 53
  • 1
  • 9

1 Answers1

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