UE4SS-RE / RE-UE4SS

Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games
http://docs.ue4ss.com/
MIT License
1.37k stars 187 forks source link

Add warning for MSVC 19.41 Compiler bug. #618

Closed portalmaster137 closed 3 months ago

portalmaster137 commented 3 months ago

Description

This is a simple warning, since MSVC 19.41 has introduced some kind of compiler bug. #615 The "Fix" Is to simply not use Visual Studio 2022 Preview for the time being until the UVTD Enums can compile with the new MSVC Version.

Type of change

How Has This Been Tested?

Latest Main could compile fine with MSVC 19.40.33813, which is in VS2022 Using VS2022 Preview, MSVC 19.41.34117 would complain about some forward Enum Declerations in UVTD.

Checklist

Please delete options that are not relevant. Update the list as the PR progresses.

Buckminsterfullerene02 commented 3 months ago

Replaced by #619