Hi i am a beginner to c++ and i use eclipse ide and i need to use FLTK(1.3.2) in a project and i used a installer to install FLTK( downloaded from here) on my PC and the location it installed it is: C:\Program Files\fltk-1.3.2 but when i want to compile any code with FLTK libraries in it, it does not even build it and it gives me error for headers: fltk/Window.h: No such file or directory.
i searched a lot and i did not find anything useful i think it has something to do with linker and i need to add libraries to eclipse but i tried everything past 2 days and i could not find a solution.i found these and i did what was in these but it gave me same error message.
if anyone can help, please help me because i am losing it trying to make this work.