MSVCP120d.dll missing

后端 未结 7 2391
情歌与酒
情歌与酒 2020-11-28 05:33

Every time I want to compile my Visual Studio project I get the message that MSVCP120d.dll is missing. Google can\'t help me. I already installed some redistributables but t

7条回答
  •  生来不讨喜
    2020-11-28 05:52

    I had the same problem in Visual Studio Pro 2017: missing MSVCP120.dll file in Release mode and missing MSVCP120d.dll file in Debug mode. I installed Visual C++ Redistributable Packages for Visual Studio 2013 and Update for Visual C++ 2013 and Visual C++ Redistributable Package as suggested here Microsoft answer this fixed the release mode. For the debug mode what eventually worked was to copy msvcp120d.dll and msvcr120d.dll from a different computer (with Visual studio 2013) into C:\Windows\System32

提交回复
热议问题