I am testing sending outputs from c++ to dashboard(if you could help with that also I would appreciate it.) When I #include “WPILib.h” it says it cannot open target file “WPILib.h”. the odd thing is that this has not happened before and we have other code(not involved with these) that uses it successfully. Could you please either tell me where it needs to be to successfully reference it or what has gone wrong in the code(I am pretty sure that it is something obvious and I am not seeing it).
Dashboard.cpp (1.38 KB)
Dashboard.h (134 Bytes)
Nyx.cpp (1.35 KB)
Dashboard.cpp (1.38 KB)
Dashboard.h (134 Bytes)
Nyx.cpp (1.35 KB)
Did you move the contents of C:\WR around? that might have an effect, if you did not, do File>new>example, the middle choice, FRC simple template (or something of that sort), and try that, you might have messed up your project includes.
Thank you for the help, It solved the error. But could you confirm that there is a dashboard type. i am useing the c++ code from team 67 and I don’t know if they created it themselves or they used it from somewhere.
I found the dashboard type(had to download the updates).