Linker Tools Error LNK1201
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 Linker Tools Error LNK1201.
error writing to program database 'filename'; check for insufficient disk space, invalid path, or insufficient privilege
LINK could not write to the program database (PDB) for the output file.
To fix by checking the following possible causes
File is corrupt. Delete the PDB file and relink.
Not enough disk space to write the file.
Drive is not available, possibly due to a network problem.
The debugger is active on the program you are trying to link.
Out of heap space. See C1060 for more information.
Show: