Cubiquity (v1) for Unreal Engine 4.14

Hey Virtueel, try resolving the dependancies as discussed in this README

From the page:

There’s one or two files we need to edit before we start.
First is the Plugins/Cubiquity/Source/Cubiquity/Cubiquity.Build.cs file.
Edit the string in ThirdPartyPath to point to the place you unzipped the Cubiquity DLLs.
Secondly, edit Plugins/Cubiquity/Source/Cubiquity/Private/CubiquityColoredCubesVolume.cpp and CubiquityTerrainVolume.cpp.
Edit the string in the constructor of them to point to the place you unzipped the example VDB files.

The last thing you will need to do is put CubiquityColoredCubesVertexFactory.usf in UnrealEngine/Engine/Shaders in the main Unreal Engine folder (not in your project).