You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Fatal error C1090|PDB API call failed, error code '*code*': '*message*'|
85
+
|[Fatal error C1090](fatal-error-c1090.md)|PDB API call failed, error code '*code*': '*message*'|
86
86
|[Fatal error C1091](fatal-error-c1091.md)|compiler limit: string exceeds *number* bytes in length|
87
87
|[Fatal error C1092](../../error-messages/compiler-errors-1/fatal-error-c1092.md)|Edit and Continue does not support changes to data types; build required|
description: "Learn more about: Fatal Error C1090 PDB API call failed"
3
+
title: "Fatal Error C1090"
4
+
ms.date: 04/01/2021
5
+
f1_keywords: ["C1090"]
6
+
helpviewer_keywords: ["C1090"]
7
+
---
8
+
# Fatal Error C1090
9
+
10
+
> PDB API call failed, error code '*error-number*': *message*
11
+
12
+
An error occurred in processing a PDB file.
13
+
14
+
Error C1090 is a catch-all for uncommon compiler PDB file errors that aren't reported separately. We only have generic advice for resolving this issue:
15
+
16
+
- Do a clean operation in your build directories, and then do a full build of your solution.
17
+
18
+
- Reboot your computer, or check for stray or unresponsive mspdbsrv.exe processes and kill them in TaskManager.
19
+
20
+
- Turn off antivirus checks in your project directories.
21
+
22
+
- Use the [`/Zf`](../../build/reference/zf.md) compiler option if using [`/MP`](../../build/reference/mp-build-with-multiple-processes.md) with MSBuild or another parallel build process.
23
+
24
+
- Try building by using the 64-bit hosted toolset.
25
+
26
+
For more troubleshooting or workaround information, search for this error on [Developer Community](https://aka.ms/vsfeedback/browsecpp) or [Stack Overflow](https://stackoverflow.com/search?q=C1090).
27
+
28
+
You can also report the issue on Developer Community. For more information, see [How to report a problem with the Microsoft C++ toolset](../../overview/how-to-report-a-problem-with-the-visual-cpp-toolset.md).
0 commit comments