It means your system is missing the latest C++ runtime library. There is an official installer for this available directly from Microsoft:
Google for:
Visual C++ Redistributable for Visual Studio 2015 (64-bit)
Or
Visual C++ Redistributable for Visual Studio 2015 (32-bit)
And download only from an official Microsoft website.
|