Experience report for building Dragonfly on a Windows 7 64-bit with Visual Studio Express 2013 (a free version):
- A number of warnings and error came up when converting the VS solution file to VSE2013 format. I ignored them all and tried it anyway.
- VSE doesn't include ATL. You can get ATL from the Windows Driver Developers Kit here.
- Switch to 64-bit compilation. This was necessary because I wanted to use it with 64-bit Python down the line. Simply follow instructions here.
[EDIT - all is now working. I have edited the above to show the steps undertaken.]