Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

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

Open
AlexTS1980 opened this issue Nov 29, 2022 · 1 comment
Open

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

AlexTS1980 opened this issue Nov 29, 2022 · 1 comment

Comments

@AlexTS1980
Copy link

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?

@fatshen
Copy link

fatshen commented Dec 5, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants