To include another project (in the current project):
Note: Do not define circular references. That is, if project A includes project B, do not include project A in project B. This will exit without completing at compile time with a "Cannot open file" error. Instead, create another project and include both A and B into this.
See Also