For example, if your local C++ source files have the following structure:
-source -a +inc -b -mydir +src +out Makefile
In this example, we'll be working in a directory called mydir, where you can run make, which will allow us to run the make command to collect the libraries from the other parts of the filesystem, and obtain the includes (including the local ones from the mydir directory).
To create a project: