I hope you can help me, cause I have no idea about what\'s going on. I\'m having the following error while trying to add Beecrypt library to my project:
The line #include "stdafx.h" must be the first line at the top of each source file, before any other header files are included.
#include "stdafx.h"
If what you've shown is the entire .cxx file, then you did forget to include stdafx.h in that file.
.cxx
stdafx.h