Preprocessor directive expected
A line began with the pound symbol (#), but the subsequent string was not a valid preprocessor directive.
The following sample generates CS1024:
#import System // CS1024