Visual Studio: project is not up to date “because ”AlwaysCreate“ was specified”?

后端 未结 10 1701
梦如初夏
梦如初夏 2020-12-13 18:20

I\'ve migrated a solution from VS2008 to VS2010 (SP1).
Now one of my project never finds peace in being up-to-date. Every build have the following output:



        
10条回答
  •  星月不相逢
    2020-12-13 18:45

    I had a similar problem when one of the include files listed in the project didn't actually exist. I had deleted the file, but forgot to remove it from the project.

    The dependency checker then believes the project is not up to date, but the builder finds nothing to build.

提交回复
热议问题