3DS Max 2014 SDK and Visual Studio Express 2013 for desktop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello friends,
So I'm trying to get the 3DS Max 2014 Plugin Wizard to work with VS Express 2013, and I just can't figure out what I'm doing wrong. Specifically, I can see the option to create a new 3ds Max Plugin Wizard project, but when I go to create it, it fails.
I've changed my 3dsmaxPluginWizard.vsz to...
[code]
VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine.11.0
Param="WIZARD_NAME = 3dsmaxPluginWizard"
Param="ABSOLUTE_PATH = C:\Autodesk\3dsMaxSDK\maxsdk\howto\3dsmaxPluginWizard"
Param="FALLBACK_LCID = 1033"
[/code]
The entire "maxsdk" directory and all subdirectories are write enabled.
I've tried with WizardEngine.11.0 and WizardEngine.10.0 The readme file implies that I should be using 11.
Any thoughts? This is really annoying.
Thanks.
