[KNOWN ISSUE] Quick fix error identification and Includes outside source path
SourceMate's live error detection is hampered by Include
statements that reference source files outside of a source
directory. Any include statements that include code outside of a
source directory will not be recognized during error detection and
therefore can result in incorrect errors being report. The root
cause is a limitation in Flash Builder's code model.
Workarounds:
Move the included file into your source directory.
Add the file or files where the incorrect errors are reported to
the list of files ignored during error detection. This list is
found under the SourceMate settings in the project properties
dialog.