A primary directive was found in the middle of a source file. Primary controls may be located only on the command line or in the source file before any #include directives or declarations are specified. The compiler will ignore the specified line and directive.
Resolution
Remove the directive or move it to the beginning of the source file.