Eclipse Kepler not recognizing C++ header files -


(ignore actual code, it's copied glfw website , i'm sure it'll pain working well...)

i've been trying link glfw c++ eclipse project. eclipse won't recognize header file - after adding folder project using "properties -> c/c++ general -> preprocessor include paths, macros etc." try inlucde in cpp file , "no such file or directory" error.

screenshot: http://i.imgur.com/a0qu2wq.png

not sure if proper way it, fixed issue including folder not "properties -> c/c++ general -> preprocessor include paths, macros etc." "properties -> c/c++ build -> gcc c++ compiler -> includes"


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -