Did you have trouble compiling before?
No, This was the first time.
Did you not have trouble with the previous section? Building Bull Cow Game went okay?
Nope, no trouble at all. And I tried 2 different folders. It doesn’t happen until I add the sphere and then add component, it says … added class 'WorldPosition", however you must recompile the 'BuildingEscape ’ module before it will appear in the content browser. Failed to automatically hot load the ‘building Escape’ module. Then I can’t recompile.
Do you have any problems if you create a new C++ project? If that succeeds, can you also create an actor component C++ class in it?
No problem with the new C++ project, it will compile.
As soon as I try and create an actor component, the compiler is in error.
why the color is green and blu in this and no white look the picture please std::cout << std::endl;
thank
Functions and Classes use colored text to contrast and make code easier to read.
Dakini, I wish I could help you on this one, but I can’t read it. Does it compile?
Yes that’s normal. You can resolve that warning by compiling with /EHsc e.g.
cl triplex.cpp /EHsc
No problem with the new C++ project, it will compile.
As soon as I try and create an actor component, the compiler is in error.
Sorry I missed your reply.
I’m assuming no, but is that specifically an actor component, other c++ classes are fine? That would be weird
Just to doubly make sure I’ve got this right. You can create a C++ project which has a couple C++ files including a C++ game mode and it compiles and opens? But as soon as you create a C++ class it no longer wants to play nice?
Are you using anything like OneDrive? Or are you dual booting Windows/Linux?
That is correct. I am using onedrive for backup purposes and I am NOT dual booting.
I am using UE 4.27.
OneDrive is rather likely to be the cause of your problem.
DanM you can look the picture please? the terminal does not add and add the values a, b, c written in the code
Your second screenshot didn’t finish uploading before you posted.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.