+2  A: 

It is not trying to create a file, if you look at the detail column it is doing "read data/list directory". Probably, it is doing some kind of FindFirstFile, FindNextFile loop, in order to resolve header file includes.

1800 INFORMATION
Can u replicate it?
Pure.Krome
I don't have Windows 7 or VS 2008, so probably not
1800 INFORMATION
A: 

The CreateFile function is not just for creating files, but also for opening existing files and directories for reading.

Tommy Carlier
So then it's trying to open an *empty* file or directory?
Pure.Krome