When I tried to compile the crystal space tutorial (simple 1) this error came up:
fatal error C1021: invalid preprocessor command 'include_next'
Upon further research the following came up:
#include_next is not part of the C or C++ Standards. Visual C/C++ does not implement this language extension.
So the question being - if crystal space files can be compiled with VC like the documentation says how can I get around this error?
Where in CS do we use include_next? I can't find that.
Greetings,