First off, I'm completely out of my depth here. So the question might be the wrong one to ask, but here goes...
As per the accepted answer to this question, I'm trying to compile the bindings for the Audiere library, which are produced by Harald Fielker and available in the mailing list archives.
I've opened the .vcproj file in VC++ Express Edition and it converted it to a solution it could use. I've then gone into the properties and added:
"C:\Documents and Settings\tdw20\My Documents\audiere-win32\include" to the additional include directories
"C:\Documents and Settings\tdw20\My Documents\Downloads\audiere-win32\lib" to the additional library directories
Yet I still get "undeclared identifier" errors. The full output is listed on pastebin.
Does anyone have any idea what might be wrong?