Hi,
I created a C++ class and I can’t delete it.
I remove from the root folder of my project all files named like this class i want to remove but this classe appears always !!
Why?
thanks
Hi,
I created a C++ class and I can’t delete it.
I remove from the root folder of my project all files named like this class i want to remove but this classe appears always !!
Why?
thanks
Hey,
Check your project’s build file for reference to the file:
Source/YourProjectName/YourProjectName.Build.cs
Then try delete the intermediate files and binaries folder.
After that Right-click on your .uproject file and select “Generate Visual Studio project files”
Hope that helps.
Can you explicit that?:
Check your project’s build file for reference to the file:
Source/YourProjectName/YourProjectName.Build.cs