A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Hello @Fred Bair ,
Thanks for your question
You can refer to these following steps:
- Safely Back Up Your Registry
- Press the Windows Key + R to open the Run box.
- Type
regeditand press Enter. - At the very top left, click File > Export.
- Save this file to your Desktop and name it "Registry Backup" (this is just for safety).
- Remove the Corrupted Visual C++ Block
- In the Registry Editor, copy and paste this path into the address bar at the top and press Enter:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products - This folder holds the background data for installed programs. We need to find the specific folder blocking your C++ files.
- Click through the sub-folders under "Products" (they will look like long strings of random letters and numbers).
- As you click each one, look at the ProductName on the right side of the screen.
- Once you find the folder where the ProductName says Microsoft Visual C++ 2015-2022 Redistributable (x64), right-click that specific folder on the left and select Delete.
- Close the Registry Editor and restart your computer.
- Install the Fresh Copy
- Now that the system is unblocked, download and install the fresh files directly from Microsoft here:
- For 64-bit: https://aka.ms/vc14/vc_redist.x64.exe
- For 32-bit: https://aka.ms/vc14/vc_redist.x86.exe
- Open both of these new files and install them.
- Restart your computer one final time.
Please try and let me know if it works. I'd be happy to investigate further if needed.
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback.