Fix MSVCP140/MSVCP120/MSVCP110.dll Missing on Windows 10/Windows 11
Last modified
If you encounter the error The code execution cannot proceed because MSVCP*.dll was not found.
when executing programs, it means the Microsoft C and C++ (MSVC) runtime libraries is missing from your Windows system. Simply install the corresponding version of Microsoft Visual C++ Redistributable will resovle this.

MSVCP*.dll
not found errorSolution
Download the corresponding version of Microsoft Visual C++ Redistributable with your architecture (X64, X86, ARM):
MSVCP140.dll
and above - Visual Studio 2022MSVCP120.dll
- Visual Studio 2013MSVCP110.dll
- Visual Studio 2012 Update 4
Execute the downloaded .exe
file to install:
