how to include seld declared header file in c++

C++
#include "Employee.h"
//Employee.h should be saved in the same directory.

Source

Also in C++: