Why is Visual Studio 2008 always rebuilding my whole project?

前端 未结 18 1815
栀梦
栀梦 2021-02-05 18:22

I have a Visual Studio project with about 60 C++ source files. I can do a build, and it completes without errors. But if I immediately hit F7 again, it always re-compiles about

18条回答
  •  被撕碎了的回忆
    2021-02-05 19:04

    In my case I changed system data time to previous date so it is rebuilding every time because of different time stamp of the files once changed to the current time its not rebuilding every time.

提交回复
热议问题