VS2015 编译程序时提示 无法查找或打开 PDB 文件

“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l2-1-0.dll”。无法查找或打开 PDB 文件。
“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-localization-l1-2-0.dll”。无法查找或打开 PDB 文件。
“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-synch-l1-2-0.dll”。无法查找或打开 PDB 文件。
“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-processthreads-l1-1-1.dll”。无法查找或打开 PDB 文件。
“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l1-2-0.dll”。无法查找或打开 PDB 文件。
“mode.exe”(Win32): 已加载“C:WindowsSystem32concrt140d.dll”。无法查找或打开 PDB 文件。
“mode.exe”(Win32): 已加载“C:WindowsSystem32imm32.dll”。无法查找或打开 PDB 文件。
“mode.exe”(Win32): 已加载“C:WindowsSystem32msctf.dll”。无法查找或打开 PDB 文件。

解决方法:

在运行发现

“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-synch-l1-2-0.dll”。已加载符号。
“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-processthreads-l1-1-1.dll”。已加载符号。
“mode.exe”(Win32): 已加载“C:WindowsSystem32api-ms-win-core-file-l1-2-0.dll”。已加载符号。
“mode.exe”(Win32): 已加载“C:WindowsSystem32concrt140d.dll”。已加载符号。
“mode.exe”(Win32): 已加载“C:WindowsSystem32imm32.dll”。已加载符号。
“mode.exe”(Win32): 已加载“C:WindowsSystem32msctf.dll”。已加载符号。

原文地址:https://www.cnblogs.com/fcfc940503/p/11254063.html