irajsb / UE4_Assimp

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

fatal error LNK1181: cannot open input file assimp-vc142-mt.lib #4

Closed ffreality closed 2 years ago

ffreality commented 2 years ago

I pulled plugin with git (git clone --recurse-submodules https://github.com/irajsb/UE4_Assimp/) Built assimp with cmake CMakeLists.txt Generated Visual Studio 2019 Project Files with right click menu of .uproject But when try to build project it gives me this error. (Error copied from VS 2019 Debug output)

fatal error LNK1181: cannot open input file ...\Plugins\UE4_Assimp\Source\ThirdParty\UE_AssimpLibrary\assimp\lib\Release\assimp-vc142-mt.lib

I use Visual Studio 2019 Community Edition and Windows Terminal with PowerShell 7.1.4 CMake installed and its path has been written in environment variable.

Edit: I also tried to copy latest assimp 5.1 from its github page and updated PowerShell to 7.2.1 Result same.

ffreality commented 2 years ago

it's my fault i skipped assimp.sln build