irajsb / UE4_Assimp

Assimp mesh importer for Unreal Engine
MIT License
136 stars 29 forks source link

Compiling issues with UE 4.26.2 & VS 2017 #8

Closed henryprescott closed 2 years ago

henryprescott commented 2 years ago

Hey, thanks for your effort I'm hoping to make use of this in the future!

Just some feedback from trying to get things compiling and working in UE 4.26.2 - VS2017:

Thanks!

irajsb commented 2 years ago

Update :

Libs don't generate a suffix now .

I also updated to assimp 5.4 ( which means you probably need a fresh install ) .

You have to also set the build configuration to 64x in visual studio .

Build docs are also updated with new commands and info .