In order to run this project you have to install Visual Studio Community 2017 (https://www.visualstudio.com/downloads/).
This project was tested on multiple computers with Windows 10, but your mileage may vary.
Change the Windows SDK Version to the one you have:
- Open the file 'OpenGL.snl' in Visual Studio.
- Locate 'Project' in Solution Explorer.
- Right-click and click on 'Properties'.
- Locate "Configuration Properties" --> 'General'.
- Change the current Windows SDK Version to the one you have.
- Hit Apply, then OK.
Make sure to run the project in 32-bit Debug mode.