Can't Package from Source because of LightPropagationVolume Plugin

Hello ,

As Ninjin mentioned, this has already been reported although the bug report wasn’t marked as public. I’ve set it to public and you can find the report here: UE-19738

I’m using Engine From Source (4.16 branch), and I can’t package my project because of the following issue:

D:\GIT\UnrealEngine\Engine\Plugins\Blendables\LightPropagationVolume\Source\LightPropagationVolumeRuntime\Public\LightPropagationVolumeBlendable.h(9): fatal error C1083: Cannot open include file: 'LightPropagationVolumeBlendable.generated.h': No such file or directory

The LPV Plugin is disabled for my project, and I’d like to keep it that way if possible.

Seems like a bug. Logs attached.

link text

Yeah, it’s been like that for a while and I think it’s already reported. But it seems it’s not that easy to remove it.

Enabling LPV Plugin ‘fixed’ it, if you can call that a fix.