MWE:
\documentclass[a4paper,11pt]{article}
\usepackage{color}
\usepackage{soul}
\begin{document}
\label{lbl}
See here: \ref{lbl} % This does work
\hl{See here: \ref{lbl}} % This does not work
\end{document}
Here is the error message:
! Argument of \ref has an extra }.
<inserted text>
\par
l.14 \hl{See here: \ref{lbl}}
% This does not work
?