[Plugin] OSC for UE4

Is it possible to get this to run on a source build of the engine? I have 4.16.1 source build buit the release does not work.

'OSC plugin was designed for a different version of the engine. Attempt to load it anyway?"

I click yes:

“Missing or incompatible modules in OSC plugin - would you like to disable it? You will no longer be able to open any assets created using it.”

I hit No:

There are several load errors and Unreal stops loading and closes. Any ideas?

EDIT: ^This is using a blueprint build.
I just attempted a blank C++ project and get this error when Generating Files for Visual Studio:
“c:\Users\melee\Documents\Unreal Projects\OSC16\Plugins\UE4-OSC-master\OSC\Source\OSC\OSC.Build.cs(3,15) : error CS0101: The namespace ‘UnrealBuildTool.Rules’ already contains a definition for ‘OSC’”

Double Edit: My bad, I fixed it. I just had to have the OSC folder in plugins, not “UE4-OSC-master”