I didn’t understand the first part but the project can be fully rebuild with VS2013/2015 and UE 4.7-4.11
Just tested the second part:
- Rename folder ( Rade -> YourName)
- Open Rade.uproject with notepad and find line “Name”: “Rade” -> “Name”: “YourName”
- Rename Rade.uproject to YourName.uproject
- Open Source folder and rename Rade folder, RadeTarget.cs and RadeEditor.Target.cs. Rade -> YourName
- Open Source/YourName/ and rename Rade.cpp and Rade.h to YourName.cpp and YourName.h
- Right Click YourName.uproject -> Generate Visual Studio Project Files.
- Open YourName.sln
- Find and Replace (Ctrl+Shift+F) RADE_API -> YOURNAME_API
- Find and Replace (Ctrl+Shift+F) Rade.h -> YourName.h
- Open YourName.h , YourName.cpp, YourNameTarget.cs , YourNameEditor.Target.cs YourName.Build.cs and rename itsn’t content from Rade -> YourName
- Build project.
If I didn’t mixup the order everything should work.
If you will have problems feel free to contact me.
Good Luck