Should the following libraries be added to the GLCore.h?
#include "GLCore/Core/Input.h"
#include "GLCore/Core/MouseButtonCodes.h"
#include "GLCore/Core/KeyCodes.h"
In the sandbox example, I was trying to get the mouse location to highlight the box when the mouse hovered over it. I had to add these included files to get the mouse location.