Converting Blueprint Project to C++ Project

There is no automatic conversion from blueprint to c++. You need to do it by hand.

If you double click a blueprint it will most of the time open up the c++ source for that command, so you can track down specific portions of code.