We have been using the Arm Install Code in C++ to master the joints in our industrial arms and we are using vscode.
However, despite the vex.h file being present in the correct place, the code does not seem to compile.
We had IT check C++ path issues and after fixing those, they were able to compile non-vex C++ code. But there was still an issue running the Arm Install Code.
We have discovered that if the vex brain is plugged in, the code pushes to the brain though - suggesting it is compiling.
Has anyone experienced this?
Some of the errors we have received are “launch program does not exist” with an option to open launch.json
When we used g++ we received: the prelaunch exe build active file terminated with exit code 1.
Why would the code be able to upload to the brain if it appears as though it’s not building from vscode?