Unexpected end of file error

前端 未结 7 1403
花落未央
花落未央 2020-12-05 09:26

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:

7条回答
  •  南笙
    南笙 (楼主)
    2020-12-05 09:50

    I also got this error, but for a .h file. The fix was to go into the file Properties (via Solution Explorer's file popup menu) and set the file type correctly. It was set to C/C++ Compiler instead of the correct C/C++ header.

提交回复
热议问题