VS2010 - LINK : fatal error LNK1104: cannot open file "filename.map"
I don't know why this would happen even when filename.map is created by VS2010, no permission issue and VS2010 is run as Administrator. The filename.map is 0 bytes.
The solution that work for me is to set Enable Incremental Linking to No.
1. At Solution Explorer, right click your project and click properties
2. Navigate to Linker -> General -> Enable Incremental Linking. Set to No (/INCREMENTAL:NO)
3. Click Apply and Ok
Does Not solve the problem.
ReplyDeleteit solves the problem
ReplyDelete