Hi ronin,
I'm afraid I'm not aware of any DGDK Wizards for VS2008, but any action can be made manually (that's what I do).
Please explain what is the wizard for. You can configure all DGDK setup in a few clicks, it is just a matter of setting the DGDK lib and headers paths at Visual Studio at the top menu:
Tools -> Options -> Projects and Solutions -> VC++ Directories
Then set the '
Show directories for:'
Include files
Library files
Create an entry at
Include files for the path where DirectX SDK August 2007 includes are installed, and another entry for DGDK includes.
The same applies to the
Library files, but this time pointing to the folder where DX and DGDK libs are placed.
Hope that helps, just tell us how it goes.