Hi,
When using the wizard "Add New GUI Component ..." the class name is not initialized, below a patch that corrects this minor bug.
diff --git a/extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.cpp b/
index 154a39d..e759211 100644
--- a/extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.cpp
+++ b/extras/Introjucer/Source/ComponentEditor/jucer_JucerDocument.cpp
@@ -745,6 +745,7 @@ public:
if (jucerDoc != nullptr)
{
+ jucerDoc->setClassName(newFile.getFileNameWithoutExtens
jucerDoc->flushChangesToDocuments();
jucerDoc = nullptr;