Testing Rhino plugin with Google Test

I’m unsuccesfully trying to set a blank Rhino plugin with Google Test.
Things I tried:

  • Create a c++ plugin using the wizard for VS
  • Added a project using the Google Test wizard
  • Added the source folder of the plugin into the include paths of the Google Test project
  • Added the .rhp file in the “additional dependencies” paths of the Google Test project

After these steps I’m getting LNK1107 invalid or damaged file.
I tried also to change the extension to .lib and change to static library.
This gives me LNK1104 can’t open ‘mfc100ud.lib’ and LNK2038 different _MSC_VER ‘1600’ differs from ‘1900’

I don’t really know how to proceed. Any suggestion or resource?

Thank you,
Gerard