I understand this is the C++ forum and to be honest posting here makes the most sense, but if I'm wrong I'm sorry.

Anyways, I'm trying to figure out if the compiler can handle the separation of header files and source files into different directories and how I would tell it that one is somewhere else. Or does it basically require both source and header file to be in the same directory?