So Actually I am following the udemy course: https://www.udemy.com/course/unrealcourse/?couponCode=PMNVD2025 i.e. Unreal Engine 5 C++ Developer: Learn C++ & Make Video Games.
The main issue I am facing is this: As instructed in the course first time I go to VS Code & then Terminal > Run Build Task > ObstacleAssaultEditor Win64 Development Build.
It shows me this error:
the whole error message is this:
"Using bundled DotNet SDK
Log file: C:\Users\acer1\AppData\Local\UnrealBuildTool\Log.txt
Building ObstacleAssaultEditor…
Using Visual Studio 2022 14.44.35213 toolchain (C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207) and Windows 10.0.26100.0 SDK (C:\Program Files (x86)\Windows Kits\10).
[Adaptive Build] Excluded from ObstacleAssault unity file: MovingPlatform.cpp, ObstacleAssault.cpp
Determining max actions to execute in parallel (12 physical cores, 16 logical cores)
Executing up to 12 processes, one per physical core
Requested 1.5 GB free memory per action, 1.7 GB available: limiting max parallel actions to 1
Building 8 actions with 1 process…
[1/8] Compile SharedPCH.Engine.ShadowErrors.cpp
Detected compiler newer than Visual Studio 2022, please update min version checking in WindowsPlatformCompilerSetup.h
C:\Users\acer1\Downloads\UE_5.0\Engine\Source\Runtime\Core\Public\Experimental\ConcurrentLinearAllocator.h(26): error C4668: ‘__has_feature’ is not defined as a preprocessor macro, replacing with ‘0’ for ‘#if/#elif’
C:\Users\acer1\Downloads\UE_5.0\Engine\Source\Runtime\Core\Public\Experimental\ConcurrentLinearAllocator.h(26): error C4067: unexpected tokens following preprocessor directive - expected a newline
- The terminal process “C:\Windows\System32\cmd.exe /d /c Engine\Build\BatchFiles\Build.bat ObstacleAssaultEditor Win64 Development “E:\Game Development\Unreal Engine 5.0.3\Unreal Projects\ObstacleAssault\ObstacleAssault.uproject” -waitmutex” terminated with exit code: 6.
- Terminal will be reused by tasks, press any key to close it."
.
.
I am having Unreal Engine 5.0.3 with Visual Studio 2022 Installed(which I have uninstalled now due to the error) also I am on Windows 11 with version: 23H2, I am reinstalling VS 2022 so can anyone tell me which components to select while installing VS 2022 also tell me the correct version of SDK, .NET & MSVC required for the installation or Should I reinstall my Unreal Engine 5.0.3? Please Help me ! I am a complete beginner
