It seems that the expression CameraRotation() in the Native Platform is broken
I solved it within the file GDCpp/BuiltinExtensions/CameraExtension.cpp, changing “GetCameraRotation” by “GetCameraAngle” in the respective expression, since GetCameraAngle is the defined function in the expression-included-file. I’m not sure if this fully solve the problem so I posted it here