Few days ago I tried to create .exe file using Visual Studio 2013 and after that I tried to execute it on my laptop which is running Windows 8.1 64 bit and it works perfectly, but when I try to launch it on my Windows 7 64 bit it gives me msvcp120.dll is missing error, please try to reinstall the application to fix the problem. The system error is stupid, because I am not installing anything I am trying to execute self-made .exe file. However I started to investigate and found that msvcp120.dll is a part of redistributable for Visual Studio 2013 and Windows 7 doesn’t have it by default.
So if you have msvcp120.dll is missing error on Windows 7 it means that you need to install this library. Simply download and install msvcp120.dll from here: http://fix4dll.com/msvcp120_dll. The installation process is well described on the downloading page, but it’s nothing complex, just copy and paste the file in proper location. After installing msvcp120.dll file I was able to execute my .exe file without any problem, so this definitely fixed my problem. Hope it helps you too.
If you were able to fix msvcp120.dll is missing error on Windows 7 with the help of this guide, please like and share it, so we can help other people.