Just recently after I had made some changes to configurations of my solution and project Visual Studio 2012 stopped recognizing my changes and therefore does not build my changes when I select build. I now have to select rebuild every time I want to build my project. Even clicking start debugger does not detect that the project and solution is out of date. After I make changes to a file and save it, if the project has already been build this is the total output from build:
========== Build: 0 succeeded, 0 failed, 4 up-to-date, 0 skipped ==========Usually VS will iterate each project and output that it doesn't need to be built for this or that reason. Any help is appreciated.
EDIT:
Additionally we have checked out this commit on a different machine and it did not have the same problem. I have also tried re-cloning the repo which did not work, and uninstalling/reinstalling visual studio which also did nothing.