20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.7k stars 737 forks source link

Will you build this for windows UE 4.25.3? #860

Closed shdwdln closed 3 years ago

shdwdln commented 3 years ago

I am trying to build this and I keep getting errors in VS2019 like: 1>C:\Program Files\Epic Games\UE_4.25\Engine\Source\Runtime\CoreUObject\Public\UObject/Script.h(372): error C2079: 'FScriptInstrumentationSignal' uses undefined struct 'COREUOBJECT_API'

But all the include dirs are there so Im not sure why it can't find that struct.

Could you compile a build with 2.7?

shdwdln commented 3 years ago

Nevermind. I got it built on a separate install on my laptop. The current test bed I was using was with VS2017 and VS2019 installed and seemed to have some iissues with VS2019.