When building on Windows, XenonEngine.dll file is not copied correctly into Application folder and upon running the sandbox.exe there is an error about .dll missing.
A simple solution could be to add
add_dependencies(sandbox copy_xenon_dll copy_assets)
into Sandbox/src/CMakeLists.txt