Do you guys know if it's possible to change the way VS tracks that file has been changed and needs to be recompiled ?
It looks like it's using file's update time rather than tracking what user modified in IDE.
I have my source stored on Linux machine (VmWare) shared via Samba. Pretty often system time on that machine goes off. If time of .cpp files is in the past relative to host system VS never recompiles them :)
Is there way to change this behavior in Visual Studio ?
And of course I manually sync time on VM as well.
Rebuild Solutionwill compile the stale files, regardless of their updated time. – Robert Harvey♦ Nov 2 '12 at 21:45