C++ ErrorBase.h not found

When including the CANSparkMax.h in our subsystems, we get the error that frc/errorbase.h, a dependency of rev/CANSparkMaxLowLevel.h is unable to be found. Has anyone else had this problem and found a solution?

We also looked at the C++Dependencies, and did not find errorbase.h but instead found errors.h. Does anyone know if these are interchangeable?

You need to update your Rev vendordep (and make sure you don’t have both an old one and a new one).

Thanks! It works now

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.