Usually this occurs because you cannot compile the code without error. If you have a module that you never actually call, your app could probably run - but if it can't be compiled cleanly, no .ACCDE will be produced.
Try to manually compile the code and see if it gives you an error. (In the VBA code pages, Compile is under Debug in the menu bar as a dropdown. If you can't compile, you are stuck.
So try that compilation and work on eliminating the errors.