Microsoft Visual C 2015 2019 Verified Jun 2026

Microsoft guaranteed that a C++ app compiled with VS 2015 (Toolset v140) can run on the VS 2019 redist (v142) . This required:

It's safe to have many versions (2005–2013 side-by-side) plus the 2015-2019 one. They do not conflict. microsoft visual c 2015 2019

| Visual Studio Release | _MSC_VER | Runtime Version | Redist Version | |-----------------------|----------|----------------|----------------| | VS 2015 | 1900 | 14.0 | 14.0.xxxxx | | VS 2017 | 1910-1916| 14.1x | 14.10.xxxxx | | VS 2019 | 1920-1929| 14.2x | 14.20.xxxxx | | | — | 14.0–14.29 | 14.0–14.29 | Microsoft guaranteed that a C++ app compiled with