Hi,
after upgrading the C++ toolset from 2010 to 2012, all of my projects hav the following issue: If I change only a single line of code, the whole project is rebuilt. This is very time consuming and pretty much impossible to work with. The MSBuild
log shows the message ""will be compiled as it was not found in the tracking log" for each CPP file.
1> Lesenachverfolgungsprotokolle: (Aufgaben-ID: 21)
1> ...\cl.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.10052.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.10080.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.11116.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.11400.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.12428.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.12724.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.13004.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.13252.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.13800.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.13816.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.14304.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.14320.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.14784.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.1736.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.3568.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.5008.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.6028.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.6276.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.6408.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.6664.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.6720.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.6884.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.7456.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.7732.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.7960.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.7972.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.8000.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.8328.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.8464.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.8672.read.1.tlog (Aufgaben-ID: 21)
1> ...\CL.9804.read.1.tlog (Aufgaben-ID: 21)
1> Ausgabedetails (175) wurden aus Leistungsgründen nicht protokolliert. (Aufgaben-ID: 21)
1> ..\..\_Shared\C\Helper\PointerWatcher.cpp wird kompiliert, da sie im Nachverfolgungsprotokoll nicht gefunden wurde. (Aufgaben-ID: 21)
(same message for all other CPP files)
1> Forcing rebuild of all source files due to a change in the command line since the last build. (Aufgaben-ID: 21)
Both using VS 2012 and 2015 have the same issue. Any solutions? Forcing a rebuild or deleting the "obj" folder does not help.