Visual Studio Project out of date

后端 未结 6 835
小蘑菇
小蘑菇 2020-12-04 16:46

I\'ve been trying to get Visual C++ working, but I\'m getting this error when building every project: \"This project is out of date\" \"Would you like to build it?\" It fail

6条回答
  •  [愿得一人]
    2020-12-04 17:34

    I had this problem, too. In my case the reason was the references to files (usually header files), which do not exist at the location specified.

提交回复
热议问题