Visual Studio 2022 with MS build tools 14.26

Karol Kucharczyk 1 Reputation point
2021-12-30T13:09:14.12+00:00

Hello,

I'm currently using VS2019 with "MSVC v142 - VS 2019 C++ build tools V14.26". Due to a dependency on the external component, I cannot migrate to a newer version of build tools. Is it possible to set up VS2022 to use build tools v14.26? If so, could you please share with me instructions on how to achieve that?

Regards,
Karol

Developer technologies | C++
Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    2021-12-31T04:45:27.587+00:00

    Hi @Karol Kucharczyk ,

    Welcome to Microsoft Q&A!

    You can use VS2022 to work in project that was created in VS2019, you need to change the platform toolset version by right-clicking on Project > Properties > Configuration Properties > General > Platform Toolset.

    If you can’t find your required toolset, you may need to install VS2019 to get the toolset.
    For MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.26), it is available in VS2019. You can find it in VS installer > Modify > Individual components.

    Sincerely,
    Anna
    *
    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

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.