Issue in enabling the Adaptive Core Form Components in AEM SDK
Getting the below issue on drop of any adaptive core form component in the AEM page parsys and unable to see the component on page:
org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.scripting.sightly.SightlyException: Compilation errors in org/apache/sling/scripting/sightly/apps/core/fd/components/form/accordion/v1/accordion/accordion__002e__html.java: Line 50, column 2205 : com.adobe.cq.forms.core.components.models.form.Panel cannot be resolved to a type Line 51, column 2336 : com.adobe.cq.forms.core.components.models.form.FormStructureParser cannot be resolved to a type

I have followed below documents for the Adaptive Core forms set up in local with the latest version in dependency:
Setup AEM form on AEM as a cloud service | by Imran Khan | Medium
How to resolve this issue.