Where are the Microsoft Visual C 2015-2022 Redistributable x64 packages installed

0 votes
Visual C++ 2015-2022 is installed, and I know this because:

A. It's listed under Apps & Features (Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.31.31103).

B. I see it in HKEY LOCAL MACHINESOFTWAREWOW6432NodeMicrosoftVisualStudio14.0VCRuntimesX64 in the registry.

However, percent VCINSTALLDIR percent is not set on my path, and I am unable to locate the dlls.

To have this rectified, I need to be very detailed with my IT department.

I'd want to add the dll to the system path, but first I need to locate it!

I was able to locate VC redist.x64.exe in C:ProgramDataPackage Cache2aaf1df0-eb13-4099-9992-962bb4e596d1, but I believe that is unrelated to the installation.

Any assistance is much appreciated!
Jun 15, 2022 in C++ by Nicholas
• 7,760 points
7,406 views

1 answer to this question.

0 votes

They are, in my opinion, at their best.

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC

It's worth noting that % VCINSTALLDIR% only works in the Visual Studio Developer Command Prompt. That may be found on your start menu under the Visual Studio XXXX folder, or it can be started immediately from within Visual Studio. After that, you can enter.

cd %VCINSTALLDIR%

in the terminal to get where the directory is located on your machine.

answered Jun 15, 2022 by Damon
• 4,960 points

Related Questions In C++

0 votes
1 answer

Error "Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat)"

For pip, use the binary-only option.  ...READ MORE

answered Jun 14, 2022 in C++ by Damon
• 4,960 points
709 views
0 votes
0 answers

Visual C++ vs Visual C# , which is the best to learn?

I completed my C++ lessons and practises ...READ MORE

Jul 22, 2022 in C++ by Nicholas
• 7,760 points
192 views
0 votes
0 answers

What are the new features in C++17?

C++17 is currently feature complete, therefore major ...READ MORE

Jul 26, 2022 in C++ by Nicholas
• 7,760 points
212 views
0 votes
0 answers

What are the differences between struct and class in C++?

I now want to understand the distinctions ...READ MORE

Aug 17, 2022 in C++ by Nicholas
• 7,760 points
266 views
0 votes
1 answer

Visual Designer errors when there are no other errors

Verify none of your custom user controls ...READ MORE

answered Sep 25, 2018 in IoT (Internet of Things) by Annie97
• 2,160 points
374 views
0 votes
1 answer

why are copy constructors needed and what are the cases where they are very helpful?

A copy constructor is a member function ...READ MORE

answered May 31, 2022 in C++ by Damon
• 4,960 points
449 views
0 votes
1 answer

Are virtual functions the only way to achieve Runtime Polymorphism in C++?

fprintf is a polymorphism function in the C programming language. It can print to a file, stdout, a printer, a socket, or whatever else the system can represent as a stream if you supply it different handles. FILE* file = fopen("output.txt", "w"); ...READ MORE

answered Jun 21, 2022 in C++ by Damon
• 4,960 points
292 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP