I'm trying to build VoxelFree (for UE5) on MacOS (12.1) using a locally built version of UE5 off the ue5-main branch, which currently builds a target for UE 5.1. When doing so, I get these errors in xcode simply trying to build a test example C++ project with the VoxelFree plugin:
example errors:



Complete Build fail log:
Build unreal_cpp_2022-02-13T16-14-10.txt
Note: there's actually another error that crops up in VoxelMathUtilities.h regarding template parameter deduction, but I already fixed that.
I'm trying to build VoxelFree (for UE5) on MacOS (12.1) using a locally built version of UE5 off the
ue5-mainbranch, which currently builds a target for UE 5.1. When doing so, I get these errors in xcode simply trying to build a test example C++ project with the VoxelFree plugin:example errors:



Complete Build fail log:
Build unreal_cpp_2022-02-13T16-14-10.txt
Note: there's actually another error that crops up in
VoxelMathUtilities.hregarding template parameter deduction, but I already fixed that.