Failed to load 'aqProf.dll' , 'VtuneApi.dll' , 'VtuneApi32e.dll'

My project is displaying the following errors, for which I cannot find a solution.

When I open my project, the following error messages appear:

LogWindows: Failed to load ‘aqProf.dll’ (GetLastError=126)
LogWindows: File ‘aqProf.dll’ does not exist
LogWindows: Failed to load ‘VtuneApi.dll’ (GetLastError=126)
LogWindows: File ‘VtuneApi.dll’ does not exist
LogWindows: Failed to load ‘VtuneApi32e.dll’ (GetLastError=126)
LogWindows: File ‘VtuneApi32e.dll’ does not exist

I thought it was something wrong with my Windows 10. So I’ve now installed Windows 11, but the problem persists.
I’m asking for help resolving this issue.

Hello there @NotPasi_TV!

Another scenario with the same errors was resolved in another thread, implementing a clean wipe of all plugins, following by reinstallation, among other methods. You can check the details here:

Hi, I had already looked at this thread. The solution in this thread has nothing to do with the DLL files. I started a new project and have these errors right from the start. I need to fix these errors to rule out the possibility that it’s related to other errors I’m experiencing.

Hello again!

Checking further around the community, those particualr DLL errors are tied to a component called “Intel VTune”, and can be safely ignored. Still, if you prefer to not have those messages at all, you can remove by disabling the VTune integration.

To do so, open your DefaultEngine.ini file, and add the following lines:

[Core.System]
ProfilerDisabled=True

Alternatively, you can install the component, then UE will detect in your system, and the errors will dissapear: