1>c:\users\asus\documents\visual studio 2008\projects\inheritence string\inheritence string\main.cpp(3) : fatal error C1083: Cannot open include file: 'employee.h': No such file or directory
I made so many successful classes but when I do these classes
as interface , I face this error and
I can't figure out why and how to fix it although I saved all files
this error point on main.cpp file
in line #include "employee.h"
can anyone explain ?