can't open projects on C++

Hi! I’m a beginner with UE5, but I need it for my studies. I downloaded it, as well as all the necessary extensions for VS, but when I try to launch or create a C++ project, I get an error, while blueprint projects open. I couldn’t find an answer on the internet, but maybe someone can help.

I should add that I tried to link not to VS (Rider and CLion), but that also did not succeed (the error seemed to be similar)

Running A:/Games/Epic Games/UE_5.3/Engine/Build/BatchFiles/Build.bat Development Win64 -Project=“B:/ue/MyProject2/MyProject2.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Using bundled DotNet SDK version: 6.0.302
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” Development Win64 -Project=“B:/ue/MyProject2/MyProject2.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users????\AppData\Local\UnrealBuildTool\Log.txt
Creating makefile for MyProject2Editor (no existing makefile)
@progress push 5%
Parsing headers for MyProject2Editor
Running Internal UnrealHeaderTool B:\ue\MyProject2\MyProject2.uproject B:\ue\MyProject2\Intermediate\Build\Win64\MyProject2Editor\Development\MyProject2Editor.uhtmanifest -WarningsAsErrors -installed
Total of 8 written
Reflection code generated for MyProject2Editor in 1.2492277 seconds
@progress pop
Building MyProject2Editor…
Using Visual Studio 2022 14.36.32545 toolchain (A:\Code??⥣??? ࠧࠡ?⪨\VC\Tools\MSVC\14.36.32532) and Windows 10.0.22621.0 SDK (C:\Program Files (x86)\Windows Kits\10).
Determining max actions to execute in parallel (6 physical cores, 12 logical cores)
Executing up to 6 processes, one per physical core
Requested 1.5 GB memory per action, 3.07 GB available: limiting max parallel actions to 2
------ Building 13 action(s) started ------
[1/13] Resource Default.rc2
[2/13] Compile [x64] SharedPCH.UnrealEd.Cpp20.cpp
A:\Games\Epic Games\UE_5.3\Engine\Source\Runtime\Core\Public\Traits\IsContiguousContainer.h(6): fatal error C1083: ?? 㤠???䠩? ???: initializer_list: No such file or directory,
Total time in Parallel executor: 0.38 seconds

Total execution time: 3.98 seconds


Help please

1 Like

Have you fixed it yet? I had the same problem.Help…