Started learning OpenGL from https://learnopengl.com/
The solution works in Debug|x86, Release|x86
The project has a few third party libraries: OpenGL math library: {RootDir}/include/glm/ Image loading library: {RootDir}/stb_image.cpp; {RootDir}/stb_image.h GLAD that is generated from http://glad.dav1d.de/ specifically for version 3.3 Core profile: {RootDir}/include/glad; {RootDir}/glad.c Mesh loading library (assimp): {RootDir}/include/assmip/