The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Hello @Sean Cho ,
Thanks for your question.
This issue occurs because Windows still has an entry for the old Visual C++ Redistributable, but the uninstall files are missing. I recommend using Microsoft's Program Install and Uninstall Troubleshooter to remove the broken entry.
You can refer to these following steps:
- Download the tool by copying the link below:
https://download.microsoft.com/download/7/E/9/7E9188C0-2511-4B01-8B4E-0A641EC2F600/MicrosoftProgram_Install_and_Uninstall.meta.diagcab
If your browser blocks the download, select Keep or Keep anyway.
- Run the tool and click Next.
- Select Uninstalling.
- Choose Microsoft Visual C++ 2015-2022 Redistributable (x64) from the list.
- Select Yes, try uninstall.
- Restart the computer.
- Install the new version: Now that the old version is wiped clean, download and install the newest version directly from Microsoft here: Latest supported Visual C++ Redistributable downloads.
For detailed information, you can refer to Fix problems that block programs from being installed or removed. Using this tool is highly recommended over manually deleting registry files, which can permanently damage Windows.
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback. Thank you.