Warning: RebindPackages not possible (no packages specified)

Hey,
when i hit compile UE does nothing but send me this message:

Warning: RebindPackages not possible (no packages specified)

also my C++ Classes folder is not displayed in the Content Browser.

I opened a new project and there everything works as intended!

What is wrong in my project?

~Nestoro

i fixed it by deleting source folder and the .sln file in a blink of aggression… now it repaired itself at launch and everything works as intended…

1 Like

Deleting the .sln and Source folder did not work for me because it did not repair itself or let me regenerate the visual studio projects.

I was able to resolve this by making a new project and copying the Config, Content, and Plugins directories into the new project. I also copied the “Plugins” and “TargetPlatforms” settings from the .uproject file into the new one, and I copied a plugins .h and .cpp file into the source folder. The project launched successfully and I could compile from the editor. Everything seems to be working without having caused additional issues.

I was having this issue. I noticed when creating a new C++ class (from the editor) UE4 was by default pointing to some random internal engine folder and trying to put the files in there instead of the usual project/source/project folder, I just fixed that and the error went away.

Thanks ! It did it for me.

Same was happening here.
Blueprints project, then trying to create a C++ class from Editor to convert to a cpp Project.

When trying to create an empty cpp class it didn’t work. The source folder didn’t appear in the Content Browser.
However when I tried to create an Actor cpp class from the Editor, finally it worked.
Now I have the C++ classes folder in the Editor, and everything is working properly.

It’s weird, I know.

3 Likes

Sorry mate, very noob question here, but I’m facing the same msg. Where do I find the Source Folder and .sln file? Cheers.

I followed @schmigel 's solution and the problem got fixed

+1 on this solution, thanks.