Fix MSVCP140/MSVCP120/MSVCP110.dll Missing on Windows 10/Windows 11

mail
Cyrus Kao
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.

Error message
MSVCP*.dll not found error

Solution

Download the corresponding version of Microsoft Visual C++ Redistributable with your architecture (X64, X86, ARM):

Execute the downloaded .exe file to install:

Installation
Installation of Microsoft Visual C++ Redistributable
account_circle
I'm a full stack developer and GNU/Linux enthusiast from Taiwan. BTW, I use Arch.

Comments

0500