How can I install older version of MSVC - Microsoft Visual C++ Compiler

Furkan Gözükara 6 Reputation points
2023-06-21T22:22:14.35+00:00

I want to install MVSC 14.33.31629

However currently it is installing only 14.36.32532

Anyway to install older versions somehow?

Installing from the VisualStudioSetup.exe

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,892 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,125 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Tianyu Sun-MSFT 33,886 Reputation points Microsoft External Staff
    2023-06-22T06:15:07.9333333+00:00

    Hello @Furkan Gözükara,

    Welcome to Microsoft Q&A forum.

    If you have installed Visual Studio, please open Visual Studio Installer => Modify => Individual components => search MSVC and check components like MSVC v143 – VS 2022 C++ x64/x86 build tools (__v14.33__-17.3) or other similar components => click Modify to install it => after installing it, navigate to C:\Program Files\Microsoft Visual Studio\2022\[edition]\VC\Tools\MSVC folder and check if 14.33.31629 exists.

    If Visual Studio hasn’t installed, please double click, and run the setup.exe file => wait for the Visual Studio Installer finishes installing => select the Workload that you want like Desktop development with C++ and choose the components mentioned above to install corresponding version of MSVC.

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. JY J 0 Reputation points
    2023-07-31T03:31:26.58+00:00

    This is not the right solution. I Think there are bugs in the latest verision 14.36.32532. After I installed the 14.36.32532, I can't build my program with pre-compiled header problem. So we want to use the older version.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.