arifken / MD2Export

File translator for Autodesk Maya that exports Quake MD2 files
http://www.andyrifken.com/projects/5fb026e7-b779-4402-8edf-b3603fdb36e5
13 stars 3 forks source link

"No such file or directory" #3

Closed ReindeerFloatilla closed 8 years ago

ReindeerFloatilla commented 8 years ago

When I attempt to build it tells me

"MD2Exporter.cpp(23): fatal error C1083: Cannot open include file: 'maya/MFnPlugin.h': No such file or directory"

"MD2Object.h(27): fatal error C1083: Cannot open include file: 'maya/MIOStream.h': No such file or directory"

"MD2Writer.h(26): fatal error C1083: Cannot open include file: 'maya/MFnMesh.h': No such file or directory"

This is on Maya 2016. I've already installed the devkit and provided the appropriate files in the include folder.

Additionally when I attempt to use the premade plugin provided. It gives an error and is unable to load it.

is it possible you could provide a more updated release? I'd really appreciate it since I'd like to use md2 files in a project of mine.

ReindeerFloatilla commented 8 years ago

Nevermind. I fixed it by switching from my duplicate configuration back to debug.