You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem, as quiret said above you have to open the plugin.sln in the root directory and build either the SA or the VC plugin project and it will create the plugin_d.lib file, after that your plugins will compile just fine.
@quiret, @bengace Your solution worked. I just need to compile the plugin_sa/plugin_vc project. I didn't know this had to be done because it wasn't included in the installation instructions in the wiki.
How to resolve this is not written in the documentation.
It just happens that the
plugin_d.lib
file is just written in the project linker config as is (without a complete path).The text was updated successfully, but these errors were encountered: