DDRAW and intellisense

Hi all,

I'm new to directX and I'm having a problem.
I'm using visual studio 2003 and directx 7's ddraw.

The problem is... when I type in

DirectDrawCreate(...)

The parameter's info box doesn't show up like it would do with say a window's function, SetPixel(...)

(but if I write in the correct parameters, the program works)

why isn't my intellisense working for it?

I've tried manually adding the "ddraw.h" file to the project too. But I've had no luck

I've been trying to google this problem for quite a while now and haven't found a solution.

Thanks.
UKSaiyan.
[713 byte] By [UKSaiyan] at [2007-11-20 10:28:44]
# 1 Re: DDRAW and intellisense
Try deleting the .ncb file for the project.
Mike Harnad at 2007-11-10 3:48:17 >
# 2 Re: DDRAW and intellisense
Thanks for your reply Mike.

But deleting the .ncb file didn't work :(
UKSaiyan at 2007-11-10 3:49:18 >