You can change the project setting to include also the path of your header file located, therefore you can include your header file like #include <myfile.h> .
Alternatively, you can give the full path or relative path to your header file like: #include "FULL_PATH_TO_YOUR_DIRECTORY\myfile.h"