I have two CDT projects, A and TestA. TestA referes to A. Suppose A contains a header file called "Foo.h". How can I include that header file in TestA? Many thanks.