Fatal Error C1055
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Fatal Error C1055.
compiler limit : out of keys
The source file contains too many symbols. The compiler ran out of hash keys for the symbol table.
To fix by using the following possible solutions
Split the source file into smaller files.
Eliminate unnecessary header files.
Reuse temporary and global variables instead of creating new ones.
Show: