Fatal Error C1005
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 C1005.
string too big for buffer
A string in a compiler intermediate file overflowed a buffer.
You could get this error when the parameter that you pass to either the /Fd or /Yl compiler options is greater than 256 bytes.
Show: