0

I have the problem that C++ compiler does a recompile without any changes done.

Does anyone of you know how to get a list on criterias why VisualStudio decides to start a compilation.

Community
  • 1
  • 1
Chris U
  • 2,614
  • 4
  • 17
  • 16
  • 1
    possible duplicate of [VS2010 always thinks project is out of date but nothing has changed](http://stackoverflow.com/questions/2762930/vs2010-always-thinks-project-is-out-of-date-but-nothing-has-changed) – Andrew Aug 07 '14 at 22:52

2 Answers2

0

Look up MSBuild

daveangel
  • 573
  • 2
  • 6
0

Question has been handeled and answered here.

Community
  • 1
  • 1
Chris U
  • 2,614
  • 4
  • 17
  • 16