Okapi Libraries Not Working

I’m currently using PROS on my mac, and I seem to keep running into this issue of Okapi not working.

If you can see the screenshot, all those folders which are in okapi all have issues. The first file in each of the folders (ex: ChassisController.hpp, asynchController.hpp etc) has an issue with the includes and Im not sure how to fix it. Can anyone help me out?

Update: Not only are the first files having issues, all of the files in okapi are having this same issue.

Have you tried compiling your code? It’s possible that the linter (the part of an IDE that finds errors) is falsely flagging those #include statements as errors, when in reality, the code will compile fine.

1 Like