SOLVED! ATMega328P at 14.7456 MHz

After some research, I found a strange collection of low level header files

That would be "AVR Libc".

#define F_CPU 14745600L // This line is unnecessary. The Arduino IDE provides this definition for you. I suggest removing it.

#define BAUD 921600
#include <util/setbaud.h>
#include <util/delay.h>