A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
The solution did work for downloading and executing the vcpkg program by bypassing the strict, built in version . However, after the statement #include <GL/gl.h> and did the re-load in visual studio with C++, the loader still gave me the error "could not open the .obj file as specified". I suspect it is because of the additional Configuration Properties-->C/C++ --> General --> Additional Include Directories not pointing to the correct files for the #include and the Configuration Properties -->Linker-->General-->Additional Library Directories also not pointing to the proper locations. From your experience where should these additional directories be pointing? Sid Kraft