'pdb-Datei kann nicht gefunden oder geöffnet werden' Visual Studio C ++ 2013

Ich habe gerade die VS 2013 Community Edition heruntergeladen und meine erste App geschrieben. Wenn ich es starte, zeigt es im Ausgabebereich:

'ConsoleApplication1.exe' (Win32): Loaded 'C:\Users\Toshiba\Documents\Visual Studio 2013\Projects\ConsoleApplication1\Debug\ConsoleApplication1.exe'. Symbols loaded.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32,): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
The program '[11196] ConsoleApplication1.exe' has exited with code 0 (0x0).

Worin besteht das Problem? Ich habe meinen Code auf vielen Websites überprüft, damit ich weiß, dass das Problem nicht in meinem Code enthalten ist. Kann mir jemand helfen

Antworten auf die Frage(10)

Ihre Antwort auf die Frage