I'll send the line of code followed by the error message:
AHRS *sensor_p = new AHRS(SPI::Port::kMXP, AHRS::kRawData, 200 /*samples/sec*/);
ERROR: The type 'AHRS' must implement the inherited pure virtual method 'frc::Sendable::InitTable'
This was the reply in the forums regarding Navx-MXP C++ libraries:
"NavX Java should be fine, since it only uses Java API's and no native libraries. C++ NavX will not work until a new
release is pushed by them."
Please let me know if you need more information.