Lack of msvc120d.dll library

When the program is written and the executable also depends on the library to be migrated to another machine that does not have VS installed, the missing MSVC will be reported… DLL library problem, that’s because
If you’re writing an MFC program, you need to set it to statically import the MFC library. If you’re writing a Win32 program, you need to cancel the MFC library and select the standard library.
You also need to select the Release version, not the Debug version

Read More: