Unexpected debug information initialization error -- 'reason'
This error can occur when using the /debug compiler option and indicates that the compiler was unable to write to the .pdb file. Possible resolutions to this error include reinstalling Visual C++, ensuring that the compiler has write access to a file or directory, or not compiling with /debug.