C++ Compiling Issue

Hi, i am currently at 44th lecture of UE course stuck at compiling C++ . I can not even understund the error message so i cannot provide any detail but please help.

[{
“resource”: “/c:/Program Files/Epic Games/UE_5.3/Engine/Source/predefined C++ types (compiler internal)”,
“owner”: “msCompile”,
“code”: “C2248”,
“severity”: 8,
“message”: “‘FHazardPointerCollection::FHazardRecord::FHazardRecord’: private üye (‘FHazardPointerCollection::FHazardRecord’ sınıfında bildirimi yapılan) erişilebilir değil”,
“source”: “cpp”,
“startLineNumber”: 420,
“startColumn”: 1,
“endLineNumber”: 420,
“endColumn”: 2147483647
}]

Here is the code like version of the error and error message is:

‘FHazardPointerCollection::FHazardRecord::FHazardRecord’: private üye (‘FHazardPointerCollection::FHazardRecord’ sınıfında bildirimi yapılan) erişilebilir değil

I am not sure why some of the words here is in my native language Turkish. ‘üye’ means ‘member’ and ‘erişilebilir değil’ means ‘can not access’ , ‘not available to access’.

I also do not know if its relevant but i am using Viusal Studio Community 2022 17.9.2 and Unreal Engine 5.3.2 and Windows 11 Pro 23H2.

Please let me know if i didn’t gave enough information about my problem for you to solve it, i am stuck at this state for a very long time. I had many more problems in 44th lecture i managed solve everything accept this one.

Please this thread:

Some guy in discord solved it i forgot to delete the thread here. But thanks anyway.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms