(note: this bug seems to apply to VS2010 toolset as well)When the Intermediate Directory configuration item for a C++ project (dll or exe) is set to an absolute path on a different drive, and source files are changed, the source files are properly compiled to new object files in that directory, but the linker does not see they are changed and reports "All outputs are up-to-date.". This results in the exectable not being built, resulting in a lot of confusion.. Eg you fix a bug, everything compiles and links fine, but the executable didn't change a bit ans till contains the bug.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results