Blockout Tools Plugin

Hi! Awesome plugin; it really helped me create a demo area super quick.

I’m trying to package for Linux on a Windows machine and I get the following error:


UATHelper: Packaging (Linux): ERROR: Missing precompiled manifest for 'BlockoutToolsPlugin'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in BlockoutToolsPlugin.build.cs to override.
PackagingResults: Error: Missing precompiled manifest for 'BlockoutToolsPlugin'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in BlockoutToolsPlugin.build.cs to override.

FWIW I have the same error with my own released plugin, and I’m not sure yet what the solution is. The quick workaround is to just copy the plugin into my project’s plugins. I tried adding the PrecompileForTargets = PrecompileTargetsType.Any; line to BlockoutToolsPlugin.build.cs:10, but that didn’t work for me