Unknown Error packaging for Linux

I am getting an “Unknown Error” when trying to package for Linux. Windows packaging works fine. I think it might be related to this I found in the log:

Missing precompiled manifest for ‘OrbitCameraSystem’, ‘’. This module was most likely not flagged for being included in a precompiled build - set ‘PrecompileForTargets = PrecompileTargetsType.Any;’ in OrbitCameraSystem.build.cs to override. If part of a plugin, also check if its ‘Type’ is correct.
BuildException: Missing precompiled manifest for ‘OrbitCameraSystem’, ‘’. This module was most likely not flagged for being included in a precompiled build - set ‘PrecompileForTargets = PrecompileTargetsType.Any;’ in OrbitCameraSystem.build.cs to override. If part of a plugin, also check if its ‘Type’ is correct.

(I removed the file locations from this text)

**I should also mention, there is no “Plugins” folder in the root directory of my project, only in the \Saved\Cooked\Windows\Engine folder and another on in the \Saved\Temp
Win64\Engine folder

Looking for insight to fix this

Thank you.