Hi all. I have odd compiling issue similar to Can't compile UE5.4
I’ve tried solutions from that page but they didn’t help me. I updated visual studio component and
enabled MSVC 143 build tools 14.38-17.8. Still can not compile:
0>Using bundled DotNet SDK version: 6.0.302
0>Running UnrealBuildTool: dotnet "..\..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" TacticalEditor Win64 DebugGame -Project="D:\Games\Tactical\Tactical.uproject" -WaitMutex
0>Log file: C:\Users\Fenyx\AppData\Local\UnrealBuildTool\Log.txt
0>Using 'git status' to determine working set for adaptive non-unity build (D:\Games\Tactical).
0>Waiting for 'git status' command to complete
0>Building TacticalEditor...
0>Using Visual Studio 2022 14.38.33138 toolchain (C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130) and Windows 10.0.19041.0 SDK (C:\Program Files (x86)\Windows Kits\10).
.............
ImplicitObjectScaled.h(1129): Error C2760 :... etc
I’ve tried different versions(14.39-17.9), open visual studio and apply required updates, nothing help
I’ve tried to run it on 2 Windows PC with same errors. But also very strange I was able to run 5.4 once even without 14.38-17.8, but when I changed files and rebuilt solution, error appears again and now I can not avoid it
Maybe someone could share list of required components for 5.4? What else can I do to get rid of that error?
Thanks!