CreateExport error

Hello.
As soon as I log into Unreal Editor, I get a “Message Log” window with an error message:
“LoadErrors: Warning: CreateExport: Failed to load Outer for resource ‘AssetImportData’: CommonGenericInputActionDataTable /Game/Input/CommonUI/InputActionDataTable.InputActionDataTable”

And because of that, I can’t open this “InputActionDataTable”. And accordingly, all classes referring to it cannot do this either.

Also this error only appears when I add this table to my “User Widget”

This is what this table looks like:

I use C++ and blueprints, but I’m new to the Unreal Engine, so I might have missed something.