When compiling my edited version of some hl dll, I get an error saying that it cannot find the specified file. It includes a link to the file in the error, which works fine.
Heres an example of one of the errors (every entry in the compile log has the same one, almost)
d:half-life sdksdksource codecl_dllsaytext.cpp(22) : fatal error C1083: Cannot open include file: 'cl_util.h': No such file or directoryOf course, I am able to load the offending files fine without errors. I tried setting everything in the sdk to not-read only, but still get the same error.
status_icons.cpp
Im using Microsoft Visual C++ Express Edition 2005 (v8)