** (RuntimeError) could not find migration.ex in any of the sources

I create a new project using Phoenix 1.7.14 and when I type in the console mix phx.gen.auth Accounts User users it gives me the following error:

** (RuntimeError) could not find migration.ex in any of the sources
    (phoenix 1.7.14) lib/mix/phoenix.ex:43: anonymous fn/4 in Mix.Phoenix.copy_from/4
    (elixir 1.17.2) lib/enum.ex:2531: Enum."-reduce/3-lists^foldl/2-0-"/3
    (phoenix 1.7.14) lib/mix/phoenix.ex:38: Mix.Phoenix.copy_from/4
    (phoenix 1.7.14) lib/mix/tasks/phx.gen.auth.ex:426: Mix.Tasks.Phx.Gen.Auth.copy_new_files/3
    (phoenix 1.7.14) lib/mix/tasks/phx.gen.auth.ex:176: Mix.Tasks.Phx.Gen.Auth.run/2
    (mix 1.17.2) lib/mix/task.ex:495: anonymous fn/3 in Mix.Task.run_task/5
    (mix 1.17.2) lib/mix/cli.ex:96: Mix.CLI.run_task/2
    c:/Program Files/Elixir/bin/mix:2: (file)

I’m running it on a Windows machine. Any idea?