Root component throws exception

AHallChunk::AHallChunk(const class FPostConstructInitializeProperties& PCIP)
: Super(PCIP)
{
// Static mesh for hall.
mesh = PCIP.CreateDefaultSubobject(this, TEXT(“HallChunk”));

	// Static mesh is root component
	RootComponent = mesh;
}

The Editor throws and exception and breaks at the line where I try to set the RootComponent to the mesh. I am currently running 4.5.1.