Unable to create plugin

I’m trying to make a library plugin for all the commonly used functions in my project,(So when I make another project I don’t have to keep making the same functions/blueprint nodes) But everytime I try to make a “blueprint library” plugin I keep getting “Unable to create plugin”/"failed to complie source code…

I’ve also tried the same with the third party library and I get the same result.

I’ve tried making content only plugins and blank plugins which the files get made (uproject file, content folder and resources folder… Not sure If theres meant to be a cpp/h file or if I’m mean to make that myself?).

Is there something I’m missing or doing wrong?

does it matter if I use a blank/content plugin?

All I want to do is turn my code into nodes(which I know how to do) and call them all from the plugin.

Many thanks, lewis

If anyone else is experiencing this problem, check your .netframe work verison…

I was running 4.7, the compiler needed 4.6.2, once I downloaded that verison everything worked as planned

1 Like