Adding autocomplete (or in the MS jargon
Intellisense) for the sdk classes is a very simple thing.
First select all header files (or only the header, they are from
interest for you, if you would have autocomplete only for the HCP class
, select only HCP.h) under External References (the
screenshots are from the german VC6 version, I hope it's translated
correct)

Than copy or move this files to the higher level directory . Now it
should show like the next picture

And that was all . Now you have autocomplete also for hash classes

If you which , you can delete the moved header files, but this is not
needed . If you delete them , they would reoccuring under External
References and the comments from the header files are not longer
displayed as tooltips ,as shown in the above picture.
Return