Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,176 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Can you please suggest to minimize the compile time from VS 2019 for my C++ and .NET application.
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.