v142
V142 is a platform toolset version used by Microsoft Visual Studio for compiling C and C++ projects. It corresponds to the Visual Studio 2019 toolchain and is identified in project settings as the platform toolset option (for example, “Visual Studio 2019 (v142)”). The v142 toolset includes the MSVC compiler, linker, libraries, and headers that are compatible with the Windows SDK editions shipped with Visual Studio 2019.
The toolset governs the compiler version, runtime libraries, and associated build tools used when building a
Availability and usage: The v142 toolset is distributed as part of Visual Studio 2019 and can be
Relation to other toolsets: Visual Studio supports multiple toolsets, such as v100, v110, v120, v140, and later