I set:
<OPENFST>..\Desktop\openfst</OPENFST>
<OPENFSTLIB>..\Desktop\openfst\build_output\x64</OPENFSTLIB>
in variable.props file and then ran '.. generate_solution.pl ..' in windows command line.
But the project that is created has strange linker path: ..\openfst\build_output\x64/src/lib/Debug and thus libfst.lib gets a lot of errors.
There is a trailing path with forward slashes. How to correct this?