I had this problem, i run wordpress on a local linux server. I made the mistake of just copying all the wp files to wp-include. What I had to do was completely remove the wp-include directory, and then move the new one there. cp wp*.php wp-include doesn’t work. This fixed my problem.