Cannot find or open the PDB file

I’m trying to follow along in the, I guess very outdated book, Getting Started With Juce. THings are building fine, and in general, I’m able to do the examples, but I get a lot of warnings about " Cannot find or open the PDB file". Is this something I should be concerned about?

I am on windows 10 64 bit and running Visual Studio Community

If these warnings are just for the system libraries you don’t need to be concerned unless you really need the debug information for those libraries (for example if you wanted to debug system calls) in which case you can download them from Microsoft.