Unexpected end of file error

前端 未结 7 1393
花落未央
花落未央 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:44

    Goto SolutionExplorer (should be already visible, if not use menu: View->SolutionExplorer).

    Find your .cxx file in the solution tree, right click on it and choose "Properties" from the popup menu. You will get window with your file's properties.

    Using tree on the left side go to the "C++/Precompiled Headers" section. On the right side of the window you'll get three properties. Set property named "Create/Use Precompiled Header" to the value of "Not Using Precompiled Headers".

提交回复
热议问题