For me, it was a matter of going into the project properties -> Configuration properties -> VCC++Directories -> Library Directories (I am using openGL), and including : ";$(LibraryPath)" at the end of my path, which automatically worked for the include path, but I had to do manually do for the Lib path I don't know why but it solved it