The path you’re using starts with a “/” which means it’s starting on the root, then going three levels up. I think you meant to just go three levels up so $"../../../Building"
But I’d recommend not using relative node tree paths like this when possible. It can be the source of bugs down the line, but for learning it’s fine.