I have problems with the nightly builds: they can't handle Visual Studio solutions correctly.
I imported the Delta3D engine solution. I start to compile the core lib, but it stopped, with a missing header file. But the header file is in its correct place, and I added its path in Directories->Compiler. It's only compiles if I modify:
to
#include "..\..\..\inc\dtUtil\noise1.h"
I never experienced this with the old stable version of C::B.
In a nutshell: I need to add the full path of the header file.