I am trying to develop a game using GLFW and C++, but to do this I need to add add a new "Include Directory", how would I go about this?
So far, I have tried to add it to "Configuration Properties/VC++ Directories/Include Directories" and to "C\C++/General/Additional Include Directories" and both have been unsuccessful.
In the Project File, I have a libraries folder, and inside it are a folder called "GLFW", and a file called "glfw3.lib". Inside the "GLFW" folder, there are two files called "glfw3.h" and "glfw3native.h". I am unsure what else to post in this section so apologies on that part.
I expect to be able to do the code "#include " but it comes up with an error saying that it cannot open the source file.
I appreciate any help you can give!