Share via


I downloaded Microsoft Visual C++ 2017, But i can't find it.

Question

Friday, February 1, 2019 10:31 AM

I downloaded VS C++ 2017 and when i try to find it in search, it's not there. Can someone plz help me? It's urgent!!!

All replies (3)

Friday, February 1, 2019 2:07 PM

What do you mean you downloaded Microsoft Visual C++ 2017? Do you mean you downloaded the Visual Studio 2017 installer or do you mean you downloaded the Visual C++ Redistributable for Visual Studio 2017?

I ask this because Visual Studio 2017 contains the Visual C++ 2017 compilers and libraries, so it would be the package that would be called Visual C++. However, the Visual C++ Redistributable contains the libraries to run an application built with Visual Studio 2017 on a computer, but this actually has Visual C++ in the name, so you could have gotten confused.

Anyway, if you meant Visual Studio 2017, the file names that you are looking for is one of:

vs_community.exe

vs_professional.exe

vs_enterprise.exe

If you mean the Visual C++ Redistributable, then the file names that you are looking for is one of:

vc_redist.x64.exe

vc_redist.x86.exe

vcredist_x64.exe

vcredist_x86.exe

For the redistributables, they only install for one platform. So if you are on a 64 bit version of Windows, you may need to install both an x64 version of the redistributable and an x86 version.

This is a signature. Any samples given are not meant to have error checking or show best practices. They are meant to just illustrate a point. I may also give inefficient code or introduce some problems to discourage copy/paste coding. This is because the major point of my posts is to aid in the learning process.


Sunday, February 3, 2019 12:48 PM

Hi friend,

Welcome to the MSDN forum.

Refer to the description, it seems Darran’s reply is helpful and if this issue is solved, we are welcome you mark the helpful reply or share your own solution in here, that will also help other community members. If not, please feel free to let us know.

For Visual C++ development, we have the Visual Studio 2017 installers and Visual C++ Redistributable for Visual Studio 2017 to support it. Please check this doc: Visual C++ in Visual Studio

If you just lost the installer of it, please try to download it again from https://visualstudio.microsoft.com/downloads/

If you have already installed it, we can go to Control Panel-Programs and Features to find it. BTW, for the Visual C++ Redistributable for Visual Studio 2017, there is no standalone IDE of it, which like the Visual Studio 2017 IDE.

Best regards,

Sara 

MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected]


Wednesday, February 6, 2019 6:40 AM

Hi friend,

Have you tried Darran or mine replies? If this issue persists, could you please share more detail information and do you want the VS 2017 or Visual C++ Redistributable for Visual Studio 2017?

If this issue is solved, please share your solution or mark the helpful reply, that will help others who meet the same or similar issues, thank you for your understanding.

Have a nice day!

Best regards,

Sara

MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected]