Pros Headers Not Working

When I am using the PROS VScode extension on Windows 10, there are errors with my header files. It can’t find them. This is just while editing, When I run “pros build all” it builds with no errors, and it works perfectly on the rest of my team’s computers. What am I doing wrong?

You are not doing anything wrong. VSCode just has some problems with false positives for error detection with PROS. You can generally fix these errors with the command pros build-compile-commands, but that doesn’t always work.

3 Likes

Good advice @BennyBoy, you’re a real homie! :service_dog:

3 Likes