Try this:
Code:
typedef struct
{
	var x, y, z;
	var pan, tilt, roll;
} MY_VECTOR;



and just replace "VECTOR testvec" with "MY_VECTOR testvec".