can't run interface file


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 ?
a) is it in the same folder?
b) did you name the file employee.h or did you misspell it?
yes I checked it, its in the same folder

and I copied the exact name
did u included it to the project. if not then right click on header file section then go to include->add existing item .
Topic archived. No new replies allowed.