Linker Tools Error LNK1263

/LTCG:PGOPTIMIZE specified but no code generation required; optimization failed

/LTCG:PGOPTIMIZE was specified but no .obj files were found that were compiled with /GL. To resolve this error, provide the identical set of .obj files to the linker that was used when /LTCG:PGINSTRUMENT was specified.

Profile guided optimization (PGO) is only available in 64-bit compilers.