I am trying to compile the TightVNC from the source code.
Here is my system details:
- Windows 10
- SDK 8.1
When i build the project it throw error about the folder or file not found. I try to install and include the files but it won't worked.
sidenote: I am not a C++ developer, i have to compile it from source code.
Thanks in advance.

The error
RC1015 can't open include file afxres.hseems to generate from project because it requires the header file from MFC. As far as I understand, visual studio 2015 default setup does not install Visual C++ MFC package. Therefore you need to modify the Visual Studio 2015 setup and add the MFC.
Please close VS2015 and Go To
Then re-open visual studio 2015 and re-build the solution.