VR-Ready C++/Blueprintable Pawn with common VR functions. Also good as a SteamVR project template.

Hi runeberg,
Trying to package the plugin when its install into the project plugin folder, but can’t seem to get it to work. When I open up the plugins menu and navigate to the the Runeberg VR Pawn and Components Plugin under Project, I hit the “Package” button and it fails to build. Here’s a snippet of the errors

*UATHelper: Package Plugin Task (Windows): E:\UNREAL_ENGINE\UE_4.20\Engine\Source\Runtime\Engine\Public\Engine.h(10): warning: Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.

UATHelper: Package Plugin Task (Windows): C:\Users\v3o\Desktop\ACHoutput\WindowsNoEditor\RunebergVRPlugin\HostProject\Plugins\RunebergVRPlugin\Source\Public\RunebergVRPlugin.h(13): fatal error C1083: Cannot open include file: ‘ModuleManager.h’: No such file or directory

UATHelper: Package Plugin Task (Windows): [3/5] Module.RunebergVRPlugin.gen.cpp
UATHelper: Package Plugin Task (Windows): Runtime\Engine\Public\Engine.h(10): warning: Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.

UATHelper: Package Plugin Task (Windows): ERROR: UBT ERROR: Failed to produce item: C:\Users\v3o\Desktop\ACHoutput\WindowsNoEditor\RunebergVRPlugin\HostProject\Plugins\RunebergVRPlugin\Binaries\Win64\UE4Editor-RunebergVRPlugin.dll
UATHelper: Package Plugin Task (Windows): (see E:\UNREAL_ENGINE\UE_4.20\Engine\Programs\AutomationTool\Saved\Logs\UBT-UE4Editor-Win64-Development.txt for full exception trace)
UATHelper: Package Plugin Task (Windows): Total build time: 134.21 seconds (Parallel executor: 0.00 seconds)
UATHelper: Package Plugin Task (Windows): Took 134.7758404s to run UnrealBuildTool.exe, ExitCode=5
UATHelper: Package Plugin Task (Windows): ERROR: UnrealBuildTool failed. See log for more details. (E:\UNREAL_ENGINE\UE_4.20\Engine\Programs\AutomationTool\Saved\Logs\UBT-UE4Editor-Win64-Development.txt)

UATHelper: Package Plugin Task (Windows): (see E:\UNREAL_ENGINE\UE_4.20\Engine\Programs\AutomationTool\Saved\Logs\Log.txt for full exception trace)
UATHelper: Package Plugin Task (Windows): AutomationTool exiting with ExitCode=5 (5)
UATHelper: Package Plugin Task (Windows): BUILD FAILED*

what am I doing wrong?