The easiest way for me is to refer to the DLL project using the Framework and References element in the project properties dialog:

It sounds like you are adding some strange .Net thing to your own C ++ code, but this is also the easiest way for a project with internal code to reference another.
If you want to call functions in this DLL, then yes, you probably want to include this DLL header file.
source share