I am trying to implement rotation in and the MSDN document has suggested everywhere to use Vector3 structure to achieve this. However I get an error for both Vector3 and Quaternion saying identifier not defined
I understand this is because of not including the appropriate header file or not linking the proper library. I searched online but could not find which exact file to link and include.