Linker Tools Warning LNK6012

precompiled types found; performing full link

An object file was compiled with /Z7 and the program used a precompiled header. LINK attempted to incrementally link by running a full link to recreate the incremental status (.ILK) file.

Rebuild the object file with /Zi.