Blueprint AI 4.11 can't package project

So I have created a simple AI system with Blueprints and the game works in editor, and on standalone. However when I package it I keep getting this error and can not figure out how to fix it:

ERROR: Couldn’t find target rules file for target ‘-Project=G:\Prototype\Test\Test.uproject’ in rules assembly ‘UE4Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’.
Location: D:\Programs\EpicGames\Epic Games\4.11\Engine\Intermediate\Build\BuildRules\UE4Rules.dll
Target rules found:
UE4Editor - D:\Programs\EpicGames\Epic Games\4.11\Engine\Source\UE4Editor.Target.cs
UE4Game - D:\Programs\EpicGames\Epic Games\4.11\Engine\Source\UE4Game.Target.cs
UnrealHeaderTool - D:\Programs\EpicGames\Epic Games\4.11\Engine\Source\Programs\UnrealHeaderTool\UnrealHeaderTool.Target.cs

Does anyone have any ideas?