Hello,
Trying to run Vmware workstation inside of Windows wirtual machine that also runs in Vmware workstation. Got error in while trying to start nested virtual machine:
This host does not support Intel VT-x.
This host does not support "Intel EPT" hardware assisted MMU virtualization.
This host appears to be running in a virtual machine with VHV disabled. Ensure that VHV is enabled in the virtual machine configuration file.
Module 'CPUIDEarly' power on failed.
Failed to start the virtual machine.

I have edited nested machine vmx file and added lines:
monitor.virtual_mmu = "hardware"
monitor.virtual_exec = "hardware"
vhv.enable = "TRUE"
monitor_control.restrict_backdoor = "true"
But this not helped. How to solve this problem?