Hi all
I am using Visual Studio 2003, and coding in plain C. Upgrading to another version of Visual Studio, or changing the programming language is not an option for the moment. Sorry if this has come up before, but I could not find a definitive solution to my problem.

I have written a DLL and now in another project I want to enable intellisense for my DLL functions. Adding the directory of my header file to Additional Include Directories under project properties, or adding it to the directories under Tools\Options\VC++ Directories (and exiting VS, deleting ther ncb file, recompiling my files) did not help. What am I missing? Thanks for your patience for reading this.