In the last few days, I faced problems with my graphics that I didn't have before that. I used
Code: Select all
\usepackage{graphicx, float}
\begin{figure}[H]
\includegraphics [width=0.95\textwidth, angle=-90]
{C:/MESIMAGES/VSSchart} \vspace*{-7cm}
\caption{Chart's partition when $VSS$ chart is used.} \label{VSSchart}
\end{figure}
LaTex Error:File:C:/MESIMAGES/VSSchart' not found.
However, the graph(pdf format) is well saved in the given path. Before, I didn't have the message error and the typset was perfect. I didn't change anythink in the text. I didn't know why I get this problem. What can I do?