How to fix visual studio 'projects out of date' message each time I run it

后端 未结 5 1236
刺人心
刺人心 2021-02-06 02:26

I have a visual studio (2005) solution file with 70 projects.
Each time I press F5 to run it, it tells me that 4 of the projects are out of date, and asks me if I want to re

5条回答
  •  無奈伤痛
    2021-02-06 02:49

    I had this problem and it turned out I had a header file added to my project but that I had deleted from the disk. Removing the non-existent header file from the fixes the behavior.

提交回复
热议问题