VMWare Kernel module updater

I have installed VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle on Fedora Linux 38 (Workstation Edition), Kernel: Linux 6.5.5-200.fc38.x86_64. But I am getting an error when I run VMWare, It shows an error "Kernel headers for version 6.5.5-200.fc38.x86_64 were not found.

Please help me to solve the issue. Advance thanks.
vm

This is a bug in the vmware code that falsely wants a specific version of the headers.

Report the problem the vmware to fix.

sudo dnf install kernel-devel

This issue came up recently.

There is bug in vmware code that checks the kernel-headers RPM and not the kernel-devel RPM apparently.