cannot find PDB files

I am working on a project for school where we have to fix broken code and I am getting these errors:

'ConsoleApplication6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'ConsoleApplication6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'ConsoleApplication6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'ConsoleApplication6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp120d.dll'. Cannot find or open the PDB file.
'ConsoleApplication6.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr120d.dll'. Cannot find or open the PDB file.
The program '[2276] ConsoleApplication6.exe' has exited with code 1 (0x1).


Are these something to worry about or is this not an issue?
> Are these something to worry about

No. Just concentrate on debugging your own code (in ConsoleApplication6.exe).
Topic archived. No new replies allowed.