GE preprocessor directives

a list of preprocessor directives and which ones GE recognizes:
#define //GE can use this one
#error //GE recognizes this one but doesn't work the exact way it should (wouldn't advise the use of this one)
#import //GE doesn't recognize import
#undef //GE can use this one just the opposite of define
#elif // GE can use
#if //GE can use
#include //GE can use
#using //GE doesn't recognize using
#else //GE can use
#ifdef //GE can use
#line //GE doesn't recognize line
#endif //GE can use but it when i tried it recently GE's been ignoring it and telling me that im not ending my #if with a #endif even though i am..
#ifndef //GE can use
#pragma //GE can use but recognizes none of the c/c++ pragma's out there (wouldn't use either)
http://msdn.microsoft.com/en-us/library/3sxhs2ty(v=vs.80).aspx
^^the link can explain all these if you need that, pragma's would have been awesome but im assuming they were allowed for some future implementation?
and the #endif i've used before and it worked but when i just tried it GE is ignoring it completly??
#define //GE can use this one
#error //GE recognizes this one but doesn't work the exact way it should (wouldn't advise the use of this one)
#import //GE doesn't recognize import
#undef //GE can use this one just the opposite of define
#elif // GE can use
#if //GE can use
#include //GE can use
#using //GE doesn't recognize using
#else //GE can use
#ifdef //GE can use
#line //GE doesn't recognize line
#endif //GE can use but it when i tried it recently GE's been ignoring it and telling me that im not ending my #if with a #endif even though i am..
#ifndef //GE can use
#pragma //GE can use but recognizes none of the c/c++ pragma's out there (wouldn't use either)
http://msdn.microsoft.com/en-us/library/3sxhs2ty(v=vs.80).aspx
^^the link can explain all these if you need that, pragma's would have been awesome but im assuming they were allowed for some future implementation?
and the #endif i've used before and it worked but when i just tried it GE is ignoring it completly??