Copyright Digital Equipment Corp. All rights reserved.

BADINCLDIR

Message        The #pragma include_directory must not appear after
               an #include directive or in a /FIRST_INCLUDE file
               after the first /FIRST_INCLUDE file has been
               processed.  The directive will be ignored.

Description    There are several restrictions on the placement of
               the #pragma include_directory directive.  It must not
               appear after any #include directive has been
               encountered.  Also, if /FIRST_INCLUDE is specified on
               the command line, all #pragma include_directory
               directives must be placed in the first file in the
               /FIRST_INCLUDE list (if there is more than one in the
               list) or in the the main source before any #include
               directives (if there is only one file in the
               /FIRST_INCLUDE list).

User Action    Place the directive in a valid location.