For some reason I had an class using namespace UnityEngine which means that was overriding the original “UnityEngine”, so, HumanPose could never be found that way. If you have a similar problem and you are using VS, you can select your reference and press F12, that will redirect you to the reference, and check if the class you are using is there.