LogLinker and UATHelper

Unreal 4.27.2 - I am having the missing file issue:

LogLinker: Warning: Failed to load ‘/Game/FirstPersonBP/FirstPersonOverview’: Can’t find file.
LogLinker: Warning: Failed to load ‘/Game/FirstPersonBP/FirstPersonOverview’: Can’t find file.
LogUObjectGlobals: Warning: Failed to find object ‘Class /Game/FirstPersonBP/FirstPersonOverview.FirstPersonOverview_C’

However this is on a clean install of unreal, immediately create a blank project and the error comes up. So the project level is Template_Default, everything is all the base Unreal settings and still I am plagued with this:

I try cooking the simple project:

UATHelper: Packaging (Mac): LogUObjectGlobals: Warning: Failed to load ‘/Game/FirstPersonBP/FirstPersonOverview’: Can’t find file.
UATHelper: Packaging (Mac): LogUObjectGlobals: Warning: Failed to load ‘/Game/FirstPersonBP/FirstPersonOverview’: Can’t find file.
UATHelper: Packaging (Mac): LogUObjectGlobals: Warning: Failed to find object ‘Class /Game/FirstPersonBP/FirstPersonOverview.FirstPersonOverview_C’
PackagingResults: Warning: Failed to load ‘/Game/FirstPersonBP/FirstPersonOverview’: Can’t find file.
PackagingResults: Warning: Failed to load ‘/Game/FirstPersonBP/FirstPersonOverview’: Can’t find file.
PackagingResults: Warning: Failed to find object ‘Class /Game/FirstPersonBP/FirstPersonOverview.FirstPersonOverview_C’

I then try building the project:

UATHelper: Packaging (Mac): LogInit: Display: LogUObjectGlobals: Warning: Failed to load ‘/Game/FirstPersonBP/FirstPersonOverview’: Can’t find file.
UATHelper: Packaging (Mac): LogInit: Display: LogUObjectGlobals: Warning: Failed to find object ‘Class /Game/FirstPersonBP/FirstPersonOverview.FirstPersonOverview_C’

This is doing my head in. Not sure where else to go with it as none my content is present.

Any advice would be appreciated. Maybe just add the missing files even though they are never used. :thinking: