ok...

1) string* model; should be > STRING* model;
2) Why are you trying to access things like my_box.x and my_box.tilt? You havent defined these properties in the struct, so you cannot access them.