Hello everyone!
I have weird problem with my project. After copying files from working project my Module class flips out. I am getting " already defined":
bool GFNameDebuggerVisualizersIsUE3" (?GFNameDebuggerVisualizersIsUE3@@3_NA)
class TArray<class UObjectBase *,class FDefaultAllocator> * GObjectArrayForDebugVisualizers
class TArray<struct FNameEntry const *,class FDefaultAllocator> * GFNameTableForDebuggerVisualizers
class TArray<struct FNameEntry const *,class FDefaultAllocator> * GFNameTableForDebuggerVisualizers
int * * * GSerialNumberBlocksForDebugVisualizers
struct FLogCategoryModuleLog ModuleLog
struct FNameEntry * * * GFNameTableForDebuggerVisualizers_MT
void * __cdecl operator new(unsigned __int64)
void * __cdecl operator new[](unsigned __int64)
void __cdecl operator delete(void *)
void __cdecl operator delete[](void *)
but it is not :[ I did’t define/duplicate them anywhere. now I can not build my project. I tried rebuilding solution, starting with clean project etc.