PROS Intellisense Errors, autocomplete is nonfunctional

I recently updated VScode, and it had me reconfigure Intellisense. I set it to use the compile_commands.json file, which probably isn’t the right file, and it broke autocomplete for both Okapi and PROS. Does anyone know what the issue might be? I’m running Vscode on a HP Probook 450 G7, Windows 10. Thanks in advance!

What linter extension do you have installed? Clangd or microsoft c/c++?

Microsoft c/c++ if I recall correctly.

Ok. You shouldn’t have to do any configuration in the first place. C/c++ will use c_cpp_properties.json file. If you configured it to use something different, I recommend you revert those changes.

okay, that fixed that issue, but why is autocomplete no longer recognizing any PROS or Okapi classes, methods, etc?