2 Header file's

I want to include 2 header file's but:
i get this error if i include them both
d:\chat_client(for user\chat_client_server_demo\chat_client\release\chat_client.cpp(8) : fatal error C1083: Cannot open include file: 'chat_client.h': No such file or directory
but i don't get an error like that if i only include one of the 2 header files.
how can i fix this ?
Last edited on
May be because of the fact that 'chat_client.h' does not exist
Check the include path(s). Post the code if need help.
Topic archived. No new replies allowed.