20tab / UnrealEnginePython

Embed Python in Unreal Engine 4
MIT License
2.77k stars 754 forks source link

'Could not find definition for module' on compile, fine otherwise #775

Open jasper-law opened 5 years ago

jasper-law commented 5 years ago

Hi all, I've started getting the "Could not find definition for module 'UnrealEnginePython' (referenced via default plugins -> UnrealEnginePython.uplugin)" error.

I've read through the other tickets regarding this error. However, my UEPython installation is actually working as expected - I only get the error when attempting to rebuild my C++ code.

The error occurs when building from VS as well as from UE4.

Using UEPython version 20190508_4_22_python36_win64 (binary version)

Thanks, Jasper

10508zhl commented 5 years ago

I also encountered this problem.Do you have a solution to this problem?

kaidobit commented 3 years ago

same problem here