Message 1 of 10
Getting Started Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been doing MAXScript for a couple years now and decided it's time to move on to the SDK to speed up some of my functions that are slow. But I have no experience with C++, etc. My journey so far has been dismal as I cannot even figure out how to get the 3ds Max Plugin Wizard to work.
Things I have done:
* Installed VS 2010 Express + SP1
* Edited the 3dsmaxPluginWizard.vsz have the variable ABSOLUTE_PATH point to the absolute path of the pluginwizard folder in my SDK.
* Copied 3dsmaxPluginWizard.ico, 3dsmaxPluginWizard.vsdir and 3dsmaxPluginWizard.vsz from PluginWizard Dir to C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Express\VCProjects
* Opened VS 2010 and see the 3ds Max Plugin Wizard
* Create a project with that Wizard (using File Export type), set the required paths... but when I press the finish button to actually create the project, VS simply crashes.
* Open up VS 2010 and hit open... see that the project was actually created... but when I try to open the project, VS says "Unable to read the project file..." (Screen shot below shows the full message.
In the screen shot I've tried to hilight the files, folders, etc to show where everything got written to.
The error mentioned above (and the VCXPROJ file for the project) mention a file called 3dsmax.general.project.settings.props but I do not see this file anywhere. I've looked in the Documents\projects folders, in the VS instal dir, in the SDK folders... I see it nowhere. In the VCXPROJ file it wantes to reference it at :
I see no such folder path called ProjectSettings in any path. There is a Settings folder, though--but that is not FOUR levels back in the directories as listed in the import code. But even in that settings folder the apparently required folders/files don't exist.
Anyway, any advice on getting the SDK Wizard going would be helpful. As I am just now dipping my toes into the SDK for the first time, I'd like to use this wizard as it will give me a heads up/head start on seeing how everything needs to be setup.
Shawn Olson
Developer of Wall Worm
3ds Max plugins and Scripts
3ds Max 4/Gmax - 3ds Max 2020
Mudbox 2009-2019
Windows 10 x64
i7 8700K
64GB RAM
Geforce 1080ti
Things I have done:
* Installed VS 2010 Express + SP1
* Edited the 3dsmaxPluginWizard.vsz have the variable ABSOLUTE_PATH point to the absolute path of the pluginwizard folder in my SDK.
* Copied 3dsmaxPluginWizard.ico, 3dsmaxPluginWizard.vsdir and 3dsmaxPluginWizard.vsz from PluginWizard Dir to C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Express\VCProjects
* Opened VS 2010 and see the 3ds Max Plugin Wizard
* Create a project with that Wizard (using File Export type), set the required paths... but when I press the finish button to actually create the project, VS simply crashes.
* Open up VS 2010 and hit open... see that the project was actually created... but when I try to open the project, VS says "Unable to read the project file..." (Screen shot below shows the full message.
In the screen shot I've tried to hilight the files, folders, etc to show where everything got written to.
The error mentioned above (and the VCXPROJ file for the project) mention a file called 3dsmax.general.project.settings.props but I do not see this file anywhere. I've looked in the Documents\projects folders, in the VS instal dir, in the SDK folders... I see it nowhere. In the VCXPROJ file it wantes to reference it at :
<Import Project="..\..\..\..\ProjectSettings\PropertySheets\3dsmax.general.project.settings.props" />
I see no such folder path called ProjectSettings in any path. There is a Settings folder, though--but that is not FOUR levels back in the directories as listed in the import code. But even in that settings folder the apparently required folders/files don't exist.
Anyway, any advice on getting the SDK Wizard going would be helpful. As I am just now dipping my toes into the SDK for the first time, I'd like to use this wizard as it will give me a heads up/head start on seeing how everything needs to be setup.
Shawn Olson
Developer of Wall Worm
3ds Max plugins and Scripts
3ds Max 4/Gmax - 3ds Max 2020
Mudbox 2009-2019
Windows 10 x64
i7 8700K
64GB RAM
Geforce 1080ti