This happen after Visual Studio Community 2017 latest update. Every time I try to open my project I get following warning:
Warning IDE0006 Error e
I was also facing the same problem with this line
>$(SolutionDir).lib\Foo.Bar.dll
Removing > worked for me.
>
$(SolutionDir).lib\Foo.Bar.dll