Reputation: 11
I am using MS Visual Studio Professional (2013). I have compiled the fltk 1.3 successfully and followed all the instructions given at this link
but i am still getting the error, that it cannot find the files
What do i need to change to make it work. I followed this link and did the same but it doesn't work either.
Upvotes: 0
Views: 50
Reputation: 403
What the error says is that the compiler can not find the FLTK include files.
You can solve it by going to project properties (right click on the project) then Configuration Properties --> C/C++.
Then add the path to the FLTK directory to list of "Additional Include Directories"
Upvotes: 1