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 ?