fatal error C1083

Hi,

I am using a VC++ V7.1.3088. Although, I have a directory reference of the subjected file in;
Configuration Properties
C/C++
General
Additional Include Directories
I get .... : fatal error C1083: Cannot open include file: 'appsywcomdev.h': No such file or directory.... during compilation.

If I delete the directory reference and reset it again Confiration Properties, build completes properly. However, whenever I modify any file in the project and save. The problem reappears again. Again, I need to refresh the Additional Include Directories to overcome the problem.

Any thought?

Thanks,,

[681 byte] By [Reed] at [2007-12-16]
# 1
Hi,

It is hard to say what happens for information you provide. It may be automatically generated or something else. Please ensure that directory with this header is included in Additional Include Directories.

Thanks,
Nikola
VC++

NikolaDudar at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...