Tottel
Member
|
_enums.h can't be located
I've downloaded VS 2008, and the tutorials are working perfectly.
But when I have a source file with
Code:
#include "../../../../../data/enum/_enums.h"
Then it won't compile.. It says that header file can't be located. I checked it and it's in the proper location.
Thank you.
|
|
07-07-2009 05:10 PM |
|
Mocker
Member
|
Re: _enums.h can't be located
I had to change the path reference when I was playing with the tutorials. The _enums.h file is under EngineSDK/Data/Enum/_enums.h , so changing to
Code:
#include "../data/enum/_enums.h"
|
|
07-26-2009 12:12 PM |
|
Tottel
Member
|
Re: _enums.h can't be located
That did the trick, thank you.
|
|
07-26-2009 09:43 PM |
|