The game module 'Tanks' could not be found. Please ensure that this module exists and that it is compiled

I am getting this message :

The game module ‘Tanks’ could not be
found. Please ensure that this module
exists and that it is compiled

After I deleted “intermediate” and “Binaries” also under the “source” folder the “tanks” exists so what this error mean and how to fix ??

When I remove “intermediate” and “Binaries” I get this error when I try to build:

Tanks could not be compiled. Try
rebuilding from source manually.

I feel that unreal is really so bugy :frowning:

I dont have a plugin tanks, it is the main project that called “tanks”

The plugin Tanks that located in your Plugins folder delete it,or inside your Build.cs file remove this dependency.

So than you have an error in your source code.I mean the project itself is a “module”

Tanks could not be compiled. Try rebuilding from source manually.

is the message you get if you have a compile error and try to rebuild your project from source.

to get a more useful output try building it from visual studio,
where you should get why it doesn’t compile

The game module ‘Tanks’ could not be found. Please ensure that this module exists and that it is compiled

Just a guess but maybe you got the module definition at the beginning of the class wrong

class YOUR_API ATank : public ACharacter