question

JamesJ-9502 avatar image
0 Votes"
JamesJ-9502 asked AnnaXiu-MSFT edited

VS 2019 build optimization?

Can you please suggest to minimize the compile time from VS 2019 for my C++ and .NET application.

vs-generalvs-msbuild
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Viorel-1 avatar image
0 Votes"
Viorel-1 answered Viorel-1 edited

In case of C++, do not disable the “Precompiled Headers” option, which can be specified in project Wizard, place all of #include <system files> to stdafx.h or pch.h file, and also enable the “C/C++, General, Multi-processor compilation” option for all of projects, platforms and configurations.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.