Nativization problem

Hello, I have a problem with nativized project. I have choosed Inclusive nativization method in project settings.
Everything is fine without nativization. I don’t have any enumirators in the WB_PlayerView as variables, but I am using one in code, as function input.

ProcessResult.StdOut:   LogK2Compiler: Error: FEmitHelper::LiteralTerm cannot parse array value "NewEnumerator15" error:  class: /Temp/__TEMP_BP__/Game/CompleteRPG/UI/Widgets/Inventory/WB_InventorySlot.WB_InventorySlot_C

ProcessResult.StdOut:   LogK2Compiler: Error: FEmitHelper::LiteralTerm cannot parse array value "NewEnumerator15" error:  class: /Temp/__TEMP_BP__/Game/CompleteRPG/UI/Widgets/Player/WB_PlayerView.WB_PlayerView_C

Here is the enumirator:

Thank you!