AssetStudio icon indicating copy to clipboard operation
AssetStudio copied to clipboard

Cannot open file 'fbxsdk.h': No such file or directory.

Open AlexTS1980 opened this issue 2 years ago • 1 comments

This fires up every time I'm compiling the project. All files requesting it are in AssetStudioFBXNative. Do I need to write it myself or what?

AlexTS1980 avatar Nov 29 '22 21:11 AlexTS1980

Just follow README.md. AssetStudioFBXNative uses FBX SDK 2020.2.1, before building, you need to install the FBX SDK and modify the project file, change include directory and library directory to point to the FBX SDK directory.

You will get fbxsdk.h after install the FBX SDK. If you still the this error after modify the project file, you can open AssetStudioFBXNative.vcxproj by text editor and check whether all the "AdditionalLibraryDirectories" are corrected.

fatshen avatar Dec 05 '22 11:12 fatshen