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
[x] Other... Please describe: As this is not actually a "Fix" for now, this is just a warning for others to save the headache of figuring out why it wont compile like i did.
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.
[x] I have made corresponding changes to the documentation.
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.