irajsb / UE4_Assimp

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

Where does 'Microsoft/COMPointer.h' come from ? #5

Closed ReynoldChen closed 2 years ago

ReynoldChen commented 2 years ago

Dear Irajsb, Could you tell me where Microsoft/COMPointer.h comes from? 'Microsoft/COMPointer.h' is missing when compiling this plugin.

Env: UE4.25

Best Regards, Reynold Chen

irajsb commented 2 years ago

Hi there ! this plugin is not compatible with 4.25 right now ( its for 26 and 27 ) . however I'll download 4.25 and fix the issues soon !

irajsb commented 2 years ago

Fixed in last commit. pull the new version and close this issue if it worked !

ReynoldChen commented 2 years ago

Irajsb,many thanks to you. 425 and 426 have the same head file. There is a change on 427.

if ENGINE_MINOR_VERSION >26

include "Microsoft/COMPointer.h"

else

include "Windows/COMPointer.h"

endif

Best Regards,

henryprescott commented 2 years ago

Irajsb,many thanks to you. 425 and 426 have the same head file. There is a change on 427.

if ENGINE_MINOR_VERSION >26 #include "Microsoft/COMPointer.h" #else #include "Windows/COMPointer.h" #endif

Best Regards,

I had to make this change to resolve my issue trying to get this working with 4.26, can you fix this please!

irajsb commented 2 years ago

Fixed in 5.4.2 update .