I made a C++ program in Visual Studio, and I wanted to show it to my friend. However, I'd never set up the visual C++ runtime libraries before, and so I started up a windows 8.1 virtual machine and tried to install the libraries there, from this link. However, after installing them, the VM gave this error;
What do I need to install to get the program to work correctly? (the executable is called Main.exe, by the way.)