Nsight unable to debug OpenGL [The following API usage is unsupported: glBindBufferBase]

Well guys, I’m trying to debug an OpenGL 4.5 Core Profile application and capture a frame, but I get this error:

The following API usage is unsupported:
glBindBufferBase (target = 0x00008892)
To see all incompatibilities, see C:\Users\Tom\Documents\NVIDIA Nsight\nvcompatlog.txt
Please send this list to devtools-support@nvidia.com

My system:
Windows 10 x64
VisualStudio 15.5.2
Nsight 5.0.0.17240
GeForce 1080Ti, driver: 388.19

Any ideas?