When building the editor from source code and adding new code to a project, insertnamehere.generated.h is not created

When I built the editor from source code and opened up the code side scroller project, I ran the project in VS 2013 express and it loaded fine. However when i used the tool within the editor to create a new class the required files are not being created in order for my new class to work. This issue only happens when i use the editor built from the source code. If i download the editor instead and create the project this way I do not get this issue. As i am mainly a programmer can anyone tell me if this could be an issue down the line or if anyone knows how to fix this issue. Thanks

I find when adding code like this to a project I have to run a build for the .generated.h files to be created. Have you tried to build your project after adding the code from the editor, regardless of the error from Visual Studio?

Thanks, that worked so ye thanks for your help :slight_smile: