Problemin creating new examples

I DID AS PER THE READ ME FILES STILL I GOT THIS ERROR

1>LINK : fatal error LNK1104: cannot open file ‘openframeworksLibDebug.lib’

I COPIED THE CODE OF AUDIO OUTPUT IN TO THE NEW FOLDER I CREATED AS GUIDED BY READ ME TEXT
PLZ HELP

THEN YOU HAVE A LINK ERROR!!!
the compilier is trying to find that lib and it can’t.
so you need to find 'openframeworksLibDebug.lib
then copy the path into properties->linker->additional library Directories-> paste path

If you can not find the file means it is not compiled yet so try to compile open frameworks.

I have the same problem… How did you solved it?