Can not package the game with plugin because missing precompiled manifest

Hey,
I am trying to package my game for windows with OnlineSubsystemRedpointEOS plugin but I always get this error.

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

I tried to add PrecompileForTargets = PrecompileTargetsType.Any; and I also added the plugin to both engine folder and project folder. But nothing seems to work and I still get this error. Does anyone know what I should do?