Hello ,
Hope your doing well today.
I am compiling using Visual Studio 2013, then right clicking in the “Solution Explorer Pane” and choosing from the popup menu, either “build” or “rebuild” makes no difference, the error is the same.
I created the plugin, by.
- Clicking on Edit in the UE4 editor
- From the drop down menu, choosing Plugins
- Then creating the plugin, via the new window that opens up.
After this, I copied and pasted the code, into the BpLibraryTest.h and associated BpLibraryTest.cpp file.
The actual code itself, is already in the first post. That is literally all there is. Just the “stock” .h and .cpp file. I did not alter the cpp file, as the error can be generated by just using the .h file.
The exact compilation errors are already posted, in the first post that I made, that is all the errors copied from the “output pane” of Visual Studio 2013.
Hope this helps, and thank you for your response.