The errors seem to be link-time errors.
* The first thing I would check would be to see if SystemC.lib/path has been properly listed in the Project properties window of your example.
* If that is fine, then the next item to check would be to see if the SystemC library that you are linking against is the same as the one used for building your example (x86 debug).
* If that's also fine, check for the /MD /MDd /MT /MTd option match for your example and SystemC build options.