Configuration Properties > C/C++ > General > Debug Information Formatto
Program Database (/Zi)For a lot of files, in your .vcxproj files change:
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>to
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>