Maya 2015 Plugin Wizard and Visual Studio 2013?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I am running Maya 2015 on Windows 8.1
I'd like to start learning to program Maya plugins using Visual Studio (which I'm running VS 2013). I followed these instructions for installing the Maya Plugin Wizard:
Follow these steps to install the wizard
- The wizard can be found in devkit\pluginwizard\MayaPluginWizard2.0.zip under Maya's install folder. Unzip this file into a local folder.
- Copy the following files to the C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcprojects folder:
MayaPluginWizard.vsdir
MayaPluginWizard.vsz
MayaPluginWizard.ico
- Notice that the unzipped file contains a top-level folder named MayaPluginWizard and within that a sub-folder which is also named MayaPluginWizard. Copy the top-level MayaPluginWizard folder to C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\VCWizards
Note* instead of the C:....\Microsoft Visual Studio 11.0\..., I placed in C:....\Microsoft Visual Studio 12.0\....
At point of New -> Project I see the MayaPluginWizard icon. When I click to proceed to create the new project, I get "...project creation failed"
I searched several hours for a solution and I am not sure what it is. I am wondering if Maya Plugin Wizard does not work with my version of Visual Studio, or what I could be doing wrong. Thank you. Im a newbee to programming and would really like to learn!!