I recently landed a pretty cushty gig C++ safety critical system I'm gonna be honest I'm more of a VB guy but if I don't deliver this by the weekend I'm up the creek for sure so any hints guys. 
I am getting about 50 billion errors and no matter HOW hard I try I keep getting
c:\users\documents\srn_workspace\native\autopilotd ynamics\steerdynamics.cpp(4011): error C2248: 'srn:::environment::data::Part:
oints' : cannot access private member declared in class 'srn::environment::data::Part'
WTF that means so in order to get my code to compile I am replacing
aileron_correction.Apply(); with an empty line but no difference

I am getting about 50 billion errors and no matter HOW hard I try I keep getting
c:\users\documents\srn_workspace\native\autopilotd ynamics\steerdynamics.cpp(4011): error C2248: 'srn:::environment::data::Part:
oints' : cannot access private member declared in class 'srn::environment::data::Part'WTF that means so in order to get my code to compile I am replacing
aileron_correction.Apply(); with an empty line but no difference

and it should compile (comply??) perfectly.
Comment