Hi,

PRAGMA_PATH is a special define, you need to declare it like here :

Code:
#define PRAGMA_PATH "%EXE_DIR%\\images";



And I think that when you test you game with SED, the %EXE_DIR% is the SED directory, but I might be wrong.

Best regards.