Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Microsoft.VisualStudio.Component.VC.Tools.x86.x64

I installed Visual Studio 2017 recently. Today, when I tried to create a new C++ Win32 Console Application project, it shows me the New Project wizard again and again. It also displays the following error.

Project 'ConsoleApplication8' could not be loaded because it's missing install components. To fix this launch Visual Studio setup with the following selections:
Microsoft.VisualStudio.Component.VC.Tools.x86.x64

I don't know whether this is a pre-existing problem when I installed Visual Studio , because this is the first time that I attempted to create a C++ console app.

I wanted to reinstall Visual Studio, but unfortunately my DVD is broken. So I need to find another solution.

like image 403
Farshid Ahmadi Avatar asked Apr 25 '19 20:04

Farshid Ahmadi


People also ask

How do I know if I have Visual Studio C++ build tools installed?

Check your Microsoft Visual C++ installation# To open the Developer Command Prompt for VS, start typing 'developer' in the Windows Start menu, and you should see it appear in the list of suggestions. The exact name depends on which version of Visual Studio or the Visual Studio Build Tools you have installed.

What is Visual Studio C++?

Microsoft Visual C++ (MSVC) refers to the C++, C, and assembly language development tools and libraries available as part of Visual Studio on Windows.


1 Answers

I've finally resolve problem. thanks Ken White to ensure me. I ran Setup then click modify and select following mentioned Items. Then I just wait a few minutes. Visual Studio C++ core features

VC++ 2017 v141 toolset(x86,x64)

like image 130
Farshid Ahmadi Avatar answered Sep 24 '22 21:09

Farshid Ahmadi