Game Plugin: Copied Class and it doesnt work

Hi,

i have created a game plugin.

Now i have copied the code of ProceduralMeshComponent.h and -.cpp into my own files.

Then i have renamed the class.

And: It doesnt work :frowning:

Sometimes visual studio do not recognize “FVector” and sometimes it does?!

When it does the compiler tells me something about incompatibility.

Here is the plugin: [link text][1]

Here is the error list:

Would be nice, if someone can tell me, why such an easy task fails :smiley: (But i am not the C++ Master)

Solution found.

For anybody who has a similar error output, it just means that there are class conflicts.

Just rename the affected classes. You can see the current affected class by selecting the output channel in Visual Studio and read the current error.