When I try to build my project, the build is failing with errors “C1083: Cannot open include file” for:
*c_loops.hh
*worklist.hh
*container.hh
*config.hh
*v_base.hh
*config.hh
*wall.hh
*unitcell.hh
*voro++/voro++.hh
All of these headers should exist under Engine/Source/Runtime/Experimental/Voronoi/Private.
Are these files supposed to be built elsewhere? Are they intermediate files? And if so, what am I missing to get them to build?