veracrypt / VeraCrypt

Disk encryption with strong security based on TrueCrypt
https://www.veracrypt.fr
Other
6.91k stars 946 forks source link

Couldn't build source with Visual Studio 2019 #907

Closed longhus closed 2 years ago

longhus commented 2 years ago

Hi all, I installed all environments in "Requirements for Building VeraCrypt for Windows" in the document. (I used Windows 10 64bits)

Then I open the VeraCrypt.sln by Visual Studio 2010. I also did "Select 'All' as the active solution configuration." but when I clicked build the solution, it show error: fatal error C1083: Cannot open source file: 'blake2s.c': No such file or directory Does anyone face the problem above? Please help me with this.

idrassi commented 2 years ago

Please try again with latest source code from master. There was an issue with code in master branch when you the clone last time. Also, there is a dedicated solution for Visual Studio 2019 called VeraCrypt_vs2019.sln so please use it.