Configuring arch in VS is the wrong way. If you're building with cppan+cmake, run cmake as follows mkdir win64 && cd win64 cppan .. cmake .. -G Visual Studio 14 2015 Win64
If you're building with cppan, edit cppan.yml and uncomment this line #generator: Visual Studio 14 2015 Win64 -> generator: Visual Studio 14 2015 Win64 Then run 'cppan --generate .' - it will create a solution link for you. (For VS2017, use '15 2017' instead of '14 2015'.) Actually non-cppan builds are not maintained well for some time already. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/7b24a3e1-be9e-404d-a86a-6f416cf75202%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

