-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UE5.4.4 - Cannot Compile Windows X64 Visual Studio 2022 UDynamicMesh.h': No such file or directory #41
Comments
Try this version |
Have you compiled any third-party libraries? Here are the steps: How To Build You need to install CMake. If you package it for Windows platform, you need to copy assimp.dll from the compiled result to ProjectName\Binaries\Win64 directory before running it. #40 This is an automatic way to copy files |
Ok, Compiled Release of Assimp, Unreal 5.4.4 ok and working:
Thanks! |
Thank you for contributing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here the error When I compile in VS22, X64:
Cannot open include file: 'GeometryFramework/Public/UDynamicMesh.h': No such file or directory
The command "K:\DEV\UE_5.4\Engine\Build\BatchFiles\Rebuild.bat AssimpCppEditor Win64 Development -Project="C:\Users\fcapp\Desktop\AssimpCpp\AssimpCpp.uproject" -WaitMutex -FromMsBuild -architecture=x64" exited with code -1.
How to solve?
UE5.4.4 VS22
The text was updated successfully, but these errors were encountered: