NeuronForMaya
NeuronForMaya copied to clipboard
compile errors in visual Studio 2012
Hello, I'm getting this error when trying to compile with Visual Studio 2012: NeuronForMayaDevice.obj : error LNK2001: external symbol "public: virtual class MStatus __cdecl MPxNode::dependsOn(class MPlug const &,class MPlug const &,bool &)const " (?dependsOn@MPxNode@@UEBA?AVMStatus@@AEBVMPlug@@0AEA_N@Z) unresolved 1>x64\Debug\NeuronForMaya.mll : fatal error LNK1120: 1 unresolved externs
Add: I'm using Maya 2016. Inclusions seems ok. I followed this tutorial too to check the settings: http://blog.josephkider.com/2015/08/20/creating-your-first-maya-plug-in-in-visual-studio/