Quote:
Originally Posted by nick818
Thanks, that worked!
I can now successfully build and deploy to the roboRIO, but the errors still appear next to the line numbers and next to the scroll bar in Eclipse (but not in the build console). Is there any way to fix this?
|
Eclipse's C++ indexer is really buggy. Just add
#include <cstdint> right before you include WPILib.h.