How to import ProceduralMeshComponent?

I followed this tutorial to get started with ProceduralMeshComponent but when I try to include the header file “ProceduralMeshComponent.h” it says:

cannot open source file “ProceduralMeshComponent.h”

The GENERATED_BODY() also starts throwing errors says:

this declaration has no storage class or type specifier

My build.cs looks like:

My .uproject looks like:

276779-ff3e7289676499f53a9b1830dc18f65a.png

I have rescanned my project after modifying these files. I have also checked that ProceduralMeshComponent plugin is enabled.

I am new to unreal and don’t know what to try next.

Does it builds? IntelliSance can lie sometimes. Also try to regenerate project files and try to rebuild solution.