This isn't rocket science. He means the *current* directory, i.e. the directory that contains the source code you are trying to compile. The "#include "myinclude.h" " statement (using the "" syntax) simply says that the compiler should look for myinclude.h in the same directory as the source code file that contains the the "#include" statement.