PredatorCZ / XenoMax

Xenoblade 3ds max plugin
GNU General Public License v3.0
22 stars 8 forks source link

Building Project Errors #17

Closed nanogram closed 2 years ago

nanogram commented 2 years ago

When trying to build the project, everything load until the end where it can't find three specific files, not sure where they are.

Error C1083 Cannot open include file: 'matrix3.h': No such file or directory Error C1083 Cannot open include file: 'iparamb2.h': No such file or directory Error C1083 Cannot open include file: 'IPathConfigMgr.h': No such file or directory

PredatorCZ commented 2 years ago

Have you installed SDK?

nanogram commented 2 years ago

I am building it with VS2019 and have the 2015 tools & cmake installed as well. Not sure if there was anything else that was needed.

PredatorCZ commented 2 years ago

You need to install 3ds max SDK for the max version you're using. SDK is included within regular 3ds max installer.

nanogram commented 2 years ago

I think I also might need C++ MFC as well, seeing that this is the last error I'm getting: Error RC1015 cannot open include file 'afxres.h'.

PredatorCZ commented 2 years ago

You don't, you can change afxres.h for winres.h in rc file.

nanogram commented 2 years ago

Yup ok now everything compiles correctly, thank you!