how to upgrade from vs2003 to vs2022

Doron Carmon 0 Reputation points
2025-08-28T16:28:29.3033333+00:00

how to upgrade to vs 2022

I have a c++ code developed with vs2003, trying to open in vs 2022 but got many errors

I can I solve it, and continue developing in vs 2022 ?

Developer technologies | C++
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 79,526 Reputation points Volunteer Moderator
    2025-08-28T17:03:48.1+00:00

    see:

    https://learn.microsoft.com/en-us/cpp/porting/upgrading-projects-from-earlier-versions-of-visual-cpp?view=msvc-170

    note: you may need to install vs 2019 to upgrade this old of a project.

    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.