Problem with installing the latest Version of Visual Studio that suppoerts C++

Toshimi Minoura 76 Reputation points
2022-11-27T04:56:10.317+00:00

I installed Visual Studio Community on one computer today. It could be installed as it was installed in the past one year.

I am now trying to install Visual Studio Community on another computer. When I execute VisdulaStudioSetup.exe, it activates Visual Studio Installer that gives the error message "Cannot start instance of the installer while this instance is running". Then I closed the warning.

When I clicked the Launch button for "Visual Studio Community 2022", the familiar page conataining "Visual Studio 2022", "Open Recent", and "Open Started" is displayed. I then selected solution xxx.sln which was working. Now the page unfamiliar is opened its title is "Visual Studio has been updated to 17.4. this page does not have a Close button.

If I select File => Open => File/Project => "Open Proect/Solution" popup is opened.
When I select xxx.sln the unfamiliar page mentioned above is opened. Although the top level
menu items Project and Debug are shown, Build is missing..

The Solution Explorer panel on the right contains the warning. "Based on your solution, you might need to "install' extra components for a full develpment experience."When I click the link "Install" , " Visual Studio Installer" popup mentioned above is displayed.

I am totally confused. One reason for the confusion is that the Visual Studio installed did not support C++ although I downloaded from the Microsoft page that stated C++ is supported. Project xxx uses C++.

I will appreciate any help. If this forum is not for Visual Studio, let me know the URL for the Visual Studio forum.

Developer technologies Visual Studio Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    2022-12-06T08:44:59.33+00:00

    Hello,

    "Cannot start instance of the installer while this instance is running"

    The error message usually means that multiple VS instances are opened. Please close all running VS instances and retry the installation.
    Besides, please install corresponding workloads or components. If you have installed, please re-launch your VS

    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.


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.