Sdl_windows_main.c not found

When i try to debug some sdl code the debugger says “You need to find sdl_windows_main.c to view the source for the current call stack frame” and then asks me to locate it , help ?

I’m using visual studio 2019 writing in c++ , the project is in x86 with the coresponding library, sdl_image is also included .
edit: i can apparently still debug if a breakpoint is triggered , just not when i’m normally trying to debug.