|
Re: What should C++ Include and Lib Settings Be for building Robot code?
If c++ standard library symbols can't be resolved (especially NULL) it's probably because your C++ index needs to be rebuilt. Right click the project > index > rebuild.
Otherwise check your include paths and make sure you have the include directory from the FRC c++ toolchain (somewhere in C:\frc on Windows)
|