Hey
This is likely due to Visual C++ redistributables failing to install correctly. These steps should update the appropriate files for you:
- Install Windows Updates
- Go to Start - Control Panel - Windows Update
- Check for updates
- Install all available updates.
- After the updates are installed, restart your computer.
- After the restart repeat the steps above again until no more updates are available.
- Download the Visual C++ Redistributable:
- Download Visual Studio Tools - Install Free for Windows, Mac, Linux (you can find the 2015 redistributable on the same link)
-
Run the vcredist_x64.exe (64-bit) or vcredist_x86.exe (32-bit) and select Uninstall
-
Run the .exe again and select Install
Cheers