Okay, first of all. I know this doesn't belong in this forum, but the forum for this library is all but inactive.
I am attempting to set up a UI library called libRocket. I have try the compiled library they have on the site, but I can't get my IDE to accept the headers. I even tried compiling it myself and that didn't work either.
The only error I'm getting with their sample code is that it can't find one of the header files. I checked the file paths and their are correct, so I must be setting it up in the IDE incorrectly.
If any has any tips please share.
Windows 7 - 32 bit
AMD Athlon Dual Core M300 2.00GHz
3 GB RAM
Okay, so this is a really weird error I'm getting. All of the headers are linking correctly and are being found except for ONE. How can all of the headers in a library be found and not the MAIN header? I went into the directory it is looking in and that header it can't find is indeed there...
1 2 3 4 5
// This header can't be found.
#include <Rocket/Core.h>
// These two are fine.
#include <Rocket/Core/Input.h>
#include <Rocket/Debugger/Debugger.h>