I am trying to make a command line application to get the system volume. I copied the code from here: https://gist.github.com/rdp/8363580 However, it won't build. The line that says "#include ", there is an error saying "Unresolved inclusion: ".
I am using MinGW and Eclipse.